/* GENERAL  */
html * { margin: 0; padding: 0; outline: 0; text-indent: 0; border: 0;}
html {overflow-y: scroll;}
body {height: 100%;}
input, select, textarea {border: 1px solid silver; font-size: 12px; vertical-align: middle;}
input[type=checkbox], input[type=radio] {background-color: transparent; border: 0; margin-right: 3px;}
input[type=text], input[type=password] {height: 16px; padding: 3px 2px 2px 2px; }
ol {margin: 0 0 15px 20px;}
.clearfix {clear: both;}

body {
	margin-bottom: 20px;
	background-color: #E9E9DC;
	font: normal 12px arial, verdana, sans-serif;
	color: #333333;
}
a {
	color: #EB8E15;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
#wrapper {
	margin: auto;
	width: 980px;
	background-color: #fff;
}
#container {
	padding: 10px;
}
.clear {
	clear: both;
}


/* TEXTPAGES MENU */
.textpages_menu {
	color:  $textpages-textcolor$;
}
.textpages_menu a {
	color: $textpages-textcolor$;
}
.textpages_menu > ul {
	list-style: none;
	text-align: right;
}
.textpages_menu > ul > li {
	position: relative;
	float: right;
	margin-left: 20px;
	padding: 2px 3px;
}
.textpages_menu > ul > li:hover {background-color: #FFFFFF;}
.textpages_menu > ul > li:hover > a {color: $topbanner-textcolor$;}

.textpages_menu > ul > li > ul {
	display: none;
	position: absolute;
	top: 16px;
	right: 0;
	list-style: none;
	text-align: left;
	background-color: $productmenu-backgroundcolor$;
	border: 1px solid $productmenu-bordercolor$;
}
.textpages_menu > ul > li:hover > ul {display: block;}
.textpages_menu > ul > li > ul > li {border-top: 1px dotted $productmenu-bordercolor$;}
.textpages_menu > ul > li > ul > li:first-child {border: 0;}
.textpages_menu > ul > li > ul > li:hover, .textpages_menu > ul > li > ul > li.active {background-color: $productmenu-backgroundcolor-mouseover$; color: $product-textcolor$;}
.textpages_menu > ul > li > ul > li > a {display: block; padding: 8px 10px; width: 200px; color: $productmenu-textcolor$;}
.textpages_menu > ul > li > ul > li:hover > a, .textpages_menu > ul > li > ul > li.active > a {color: $productmenu-textcolor-mouseover$;}


/* TOPBANNER */
.topbanner {
	clear:  right;
	height: 160px;
	background: #FFFFFF url(/themes/template-4/topbanner-dk.jpg) no-repeat center top;
}
.topbanner a:hover {
	text-decoration: none;
}
.topbanner div {
	padding: 40px 0 0 40px;
}
.topbanner .header {
	font-size: 50px;
	font-weight: bold;
	color: $topbanner-textcolor$;
}
.topbanner .subheader {
	font-size: 16px;
	color: $topbanner-textcolor$;
}


/* PRODUCTS MENU */
.products_menu {
	margin-top: 2px;
	height: 30px;
	background-color: $productmenu-backgroundcolor$;
	border: 1px solid $productmenu-bordercolor$;
}
.products_menu ul {list-style: none; font-size: 12px; }
.products_menu > ul > li {position: relative; float:  left; z-index: 99;}
.products_menu > ul > li > a {display: block; padding: 7px 25px 0 25px; height: 23px; border-right: 1px solid $productmenu-bordercolor$; color: $productmenu-textcolor$;}
.products_menu > ul > li:hover {border-bottom: 5px solid #fff;}
.products_menu > ul > li:hover > a, .products_menu > ul > li.active > a {color: $productmenu-textcolor-mouseover$; background-color: $productmenu-backgroundcolor-mouseover$; border-bottom: 1px solid $productmenu-bordercolor$; text-decoration: underline;}

.products_menu > ul > li > ul {display: none;}
.products_menu > ul > li:hover > ul {display: block;}

.products_menu > ul > li > ul {position: absolute; top: 35px; left: 0; width: 200px; background-color: $productmenu-backgroundcolor$; border-bottom: 1px solid $productmenu-bordercolor$;}
.products_menu > ul > li > ul li {position: relative; border: 1px solid $productmenu-bordercolor$; border-bottom: 0;}
.products_menu > ul > li > ul li:first-child {border-top: 1px solid $productmenu-bordercolor$;}
.products_menu > ul > li > ul li a {display: block; color: $productmenu-textcolor$; padding: 8px 15px;}
.products_menu > ul > li > ul li:hover > a {color: $productmenu-textcolor-mouseover$; background-color: $productmenu-backgroundcolor-mouseover$;}
.products_menu > ul > li > ul li.active a {text-decoration: underline;}

.products_menu > ul > li > ul > li > ul {display: none;}
.products_menu > ul > li > ul > li:hover > ul {display: block;}

.products_menu > ul > li > ul > li > ul {position: absolute; top: -1px; left: 198px; width: 200px; background-color: $productmenu-backgroundcolor$; border-bottom: 1px solid $productmenu-bordercolor$;}

.products_menu > ul > li > ul > li > ul li ul {display: none;}

.products_menu div a.home {
	float: left;
	display: block;
	width: 40px;
	height: 30px;
	border-right: 1px solid $productmenu-bordercolor$;
	background: #fff url(/Resources/Files/templates/template3/home_icon.png) no-repeat center;
}
.products_menu div a.home:hover {
	background: $productmenu-backgroundcolor-mouseover$ url(/Resources/Files/templates/template3/home_icon_hover.png) no-repeat center;
}


/* CONTENT */
.sitecontent {
	padding-top: 10px;
}
.sitecontent .pricebefore {
	color: $pricebefore$;
	text-decoration: line-through;
}

div.main {
	float: left;
	width: 730px;
	color: #333333;
}
div.main .content p {
	margin-bottom: 20px;
	line-height: 165%;
}
div.main .content h1 {
	font-weight: normal;
	font-size: 28px;
	color: #EB8E15;
}
div.main .content h2, div.profile h4 {
	margin-top: 10px;
	font-weight: normal;
	font-size: 15px;
	color: #EB8E15;
}
h4 {
	font-weight: normal;
	font-size: 15px;
}
div.main div.buttons span input {
	padding: 0;
	border: 0;
}
div.main div.buttons span {
	padding: 4px 10px 3px 10px;
	background-color: $buttoncolor1$;
}
div.main div.buttons span input {
	color: $button-textcolor1-mouseover$;
	background-color: $buttoncolor1$;
}
div.main div.buttons span:hover {
	color: $button-textcolor1-mouseover$;
	background-color: $buttoncolor1-mouseover$;
}
div.main div.buttons span:hover input {
	color: $button-textcolor1-mouseover$;
	background-color: $buttoncolor1-mouseover$;
}
.buttons span {
	float: left; 
	margin-right: 5px;
}
.buttons span.next {
	float: right; margin: 0;
}
.productpage table.product_desc td.details div.stock img {
	margin-right: 3px;
}


/* FRONT PAGE */
.frontpage .section {
	padding: 1px;
	border: 1px dotted #333333;
}
.frontpage .section h4 {
	margin-bottom: 1px;
	padding: 6px;
	font-weight: bold;
	font-size: 12px;
	color: $table-header-textcolor$;
	background-color: $table-header-backgroundcolor$;
}
.desc_short {
	display: block;
	margin-bottom: 5px;
	font-style: italic;
}
.frontpage .section table td {
	clear: left;
	padding: 7px 0 6px 6px;
	border-top: 1px dotted #333333;
}
.frontpage .section table tr:hover td {
	background-color: $box-backgroundcolor$;
}
.frontpage .section table td img {
	margin-right: 6px;
}
.frontpage .section.gallery {
	margin-right: 5px;
}
.frontpage .section.gallery table td span.price {
	font-size: 14px;
}


/* TEXTPAGE */
.content .textpage div.rating {margin-top: 10px;}
.content .textpage dl {margin-bottom: 8px;}
.content .textpage dl dd input[type="submit"], .content .textpage dl dd input[type="reset"] {margin-right: 5px; padding: 4px 10px 3px 10px; color: $button-textcolor1$; background-color: $buttoncolor1$; border: 0;}
.content .textpage dl dd input:hover[type="submit"], .content .textpage dl dd input:hover[type="reset"] {color: $button-textcolor1-mouseover$; background-color: $buttoncolor1-mouseover$;}


/* GIFTCARD */
.content .giftcard div.input {
	padding: 10px;
	height: 275px;
	background-color: #f8f8f8; 
	border: 1px solid #ddd;
}
.content .giftcard h4 {
	margin-bottom: 2px;
}
.content .giftcard div.amount,
.content .giftcard div.delivery,
.content .giftcard div.date {
	float: left;
	width: 32%; 
	height: 100%;
}
.content .giftcard span.radio input {
	vertical-align: middle;
	margin: 2px 5px 3px 0;
	padding: 0;
	line-height: 100%;
}

.content .giftcard div.amount {
	margin-right: 10px;
	border-right: 1px dotted #333333;
}
.content .giftcard div.delivery {
	margin-right: 10px;
	border-right: 1px dotted #333333;
}
.content .giftcard div.delivery dl {
	margin-top: 10px;
}
.content .giftcard dl input {
	width: 90%;
}
.content .giftcard dl textarea, .content .giftcard dl select {
	width: 100%;
}
.content .giftcard dl textarea {
	height: 170px;
}


/* PRODUCT CATEGORY */
.content .category ul.subcategories {margin: 15px 0; list-style-position: inside;}
.content .category .section.recommended {padding: 10px 7px 0 7px; width: 702px;}
.content .category .recommended img {margin: 0 3px 0 3px;}
.content .category div.seperator {margin: 10px 0 23px 0; width: 716px; border-bottom: 1px dotted #333333;}

.content .productlist .product {
	padding: 10px;
	width: 210px;
	float: left;
	margin: 0 11px 12px 0;
	background-color: #f8f8f8;
	border: 1px solid #ddd;
}
.content .productlist .product .imgcontainer {
	margin-bottom: 5px;
}
.content .productlist .product .productimg {
	position: relative;
	width: 210px;
	height: 150px;
	background-color: #fff;
}
.content .productlist .product .product-flags {
	position: absolute;
	top: 5px;
	right: 5px;
}
.content .productlist .product .product-flags span {
	vertical-align: top;
	margin: 0 0 8px 8px;
	padding: 1px;
	background-color: #fff;
	color: $textcolor-highlight$;
}
.content .productlist .product .desccontainer .desc {
	height: 50px;
}
.content .productlist .product .name a {
	display: block;
	margin-bottom: 4px;
	padding-bottom: 2px;
	max-height: 28px;
	border-bottom: 1px dotted #333333;
	font-weight: bold;
	font-size: 12px;
	overflow: hidden;
}
.content .productlist .product .readmore a {
	display: block;
	margin-top: 10px;
	padding: 5px 0;
	text-align: center;
	color: $button-textcolor1$;
	background-color: $buttoncolor1$;
}
.content .productlist .product .readmore a:hover {
	background-color: $buttoncolor1-mouseover$;
	color: $button-textcolor1-mouseover$;

}
.main .content .section ul {
	list-style: none;
}


/* PRODUCT PAGE*/
.productpage .itemno {
	font-size: 10px;
	text-transform: uppercase;
}
.productpage div.gallery {
	margin: 10px 0 15px 0;
	padding: 10px;
	border: 1px solid #ddd;
	background-color: #f8f8f8;
}
.productpage div.gallery ul li {
	list-style: none;
	display: inline;
	cursor: pointer;
}
.productpage div.gallery .image {
	width: 503px;
	float: left;
	border: 1px solid #ddd;
	background-color: #fff;
}
.productpage div.gallery .thumbnails {
	float: left;
	padding: 0;
	width: 200px;
}
.productpage div.gallery .thumbnails img {
	margin: 0 0 5px 5px;
	border: 1px solid #ddd;
}
.productpage table.product_desc {
	width: 100%;
}
.productpage table.product_desc td.desc .desc_short {
	font-style: italic;
}
.productpage table.product_desc td.desc {
	padding-right: 15px;
	border-right: 1px dotted #8e8e8e;
}
.productpage table.product_desc td.details {
	padding-left: 15px;
	width: 195px;
}
.productpage table.product_desc td.details span {
	display: block;
	margin-bottom: 10px;
}
.productpage table.product_desc td.details div.rating {
	margin-top: 15px;
}
.productpage table.product_desc td.details span.manufacture {
	margin-bottom: 0;
	text-decoration: underline;
}
.productpage table.product_desc td.details strong {
	color: #EB8E15;
}
.productpage table.product_desc td.details span.price {
	margin-bottom: 0;
	font-size: 24px;
	color: $textcolor-highlight$;
}
.productpage table.product_desc td.details span.price span {
	margin-bottom: 0;
}
.productpage .section, .category .recommended, .cart div.coupon {
	padding: 10px; 
	background-color: #f8f8f8; 
	border: 1px solid #ddd;
}
.productpage .section a.readmore, .category .section a.readmore, .content a.quickbuy {
	padding: 5px 10px;
	text-decoration: none;
	cursor: pointer;
}
.productpage .section a.readmore, .category .section a.readmore, .content a.quickbuy:hover {
	background-color: $buttoncolor1$;
	color: $button-textcolor1$;
	border-color: $buttoncolor1$;
}
.productpage .section a.readmore:hover, .category .section a.readmore:hover, .content a.quickbuy {
	background-color: $buttoncolor1-mouseover$;
	color: $button-textcolor1-mouseover$;
	border-color: $buttoncolor1-mouseover$;
}

.section table {border-collapse: collapse;}
.section table td {padding: 5px 0; padding-right: 10px; border-top: 1px dotted #666;}
.section table tr:first-child td {border-top: 0;}
.section table td.img {width: 5px; height: 46px; padding-right: 5px;}
.section table td.name {}
.section table td.price {width: 130px;}
.section table td.stock {width: 130px;}
.section table td.readmore {padding-right: 0; width: 110px; text-align: right;}


/* ORDERBOX */
.productpage .orderbox input.quantity {width: 18px; text-align: right;}
.productpage .orderbox input.buy {
	height: 23px;
	padding: 0 5px;
	width:auto;
  	overflow:visible;
	background-color: $buttoncolor1$;
	color: $button-textcolor1$;
	border-color: $buttoncolor1$;
	cursor: pointer;
}
.productpage .orderbox input.buy:hover {
	background-color:$buttoncolor1-mouseover$;
	color: $button-textcolor1-mouseover$;
	border-color: $buttoncolor1-mouseover$;
}


/* PRODUCTPAGE - PACKAGE PRODUCT */
.productpage table.product_desc td.details span table {border-collapse: collapse;}
.productpage table.product_desc td.details span table td {padding: 2px 0; border-bottom: 1px dotted $productmenu-bordercolor$;}
.productpage table.product_desc td.details span table td.left {width: 15px;}


/* SPECIFICATIONS */
.productpage table.product_desc td.details div.specification table {margin: 3px 0 7px 0; width: 100%; border-collapse: collapse;}
.productpage table.product_desc td.details div.specification th {font-weight: bold; text-align: left; border-top: 1px dotted $productmenu-bordercolor$; border-bottom: 1px dotted $productmenu-bordercolor$;}
.productpage table.product_desc td.details div.specification td {padding: 1px 0; border: 0;}
.productpage table.product_desc td.details div.specification td.name {padding-right: 5px;}
.productpage table.product_desc td.details div.specification td.value {text-align: right;}


/* PRODUCTPAGE - VARIANT */
.main .content .productpage div.choosevariant dl {margin-bottom: 5px;}
.main .content .productpage div.choosevariant dl dd select {width: 180px;}


/* PRODUCTPAGE - CONFIGURATOR */
.main .content .productpage .rbl {margin-bottom: 10px; padding: 15px; background-color: #f8f8f8; border: 1px solid #ddd;}
.main .content .productpage .rbl h2 {font-weight: bold; font-size: 12px; color: #333333;}
.main .content .productpage .rbl a {color: $linkcolor$;}
.main .content .productpage .rbl .panel {padding-bottom: 10px;}
.main .content .productpage .rbl .panel .radio input {margin: 2px 0;}
.main .content .productpage .rbl .panel .radio label {padding-left: 5px;}


/* RIGHT PANEL */
.right {
	float: right;
	width: 220px;
	color: $box-textcolor$;
}
.right .login {
	padding-bottom: 5px;
	font-size: 11px;
	text-transform: uppercase;
	text-align: right;
}
.right .login a:hover {
	color: #EB8E15;
}

.right .header {
	padding: 8px 10px 0 10px;
	color: $box-textcolor-highlight$;
	text-transform: uppercase;
	background: $box-backgroundcolor$ url(/Resources/Files/templates/template3/rc_w220.png) no-repeat top;
}
.right .header h3 {
	font-size: 13px;
}
.right .box {
	margin-bottom: 10px;
	padding: 10px;
	padding-top: 3px;
	background: $box-backgroundcolor$ url(/Resources/Files/templates/template3/rc_w220.png) no-repeat bottom;
}
.right .box table {
	width: 100%;
}
.right .box table td {
	padding: 4px 0;
}


/* RIGHT PANEL - BASKET */
.right .box table tr.details td {
	border-top: 1px dotted $productmenu-bordercolor$;

}
.right .box table th {
	text-align: left;
	font-weight: normal;
}
.right .box table .qty {
	width: 45px;
	text-align: right;
}
.right .box table tr.total td {
	padding-top: 0;
	font-weight: bold;
}
.right .box table tr.total dl {
	padding: 4px 0;
	border: 1px dotted $productmenu-bordercolor$;
	border-left: 0;
	border-right: 0;
}
.right .box table tr.total dt {
	float: left;
}
.right .box table tr.total dd {
	text-align: right;
}
.right .basket a.basket {
	display: block;
	padding: 6px 0 5px 0;
	width: 100%;
	text-align: center;
	text-decoration: none;
	color: $button-textcolor1$;
	background-color: $buttoncolor1$;
	border: 0;
}
.right .basket a.basket:hover {
	color: $button-textcolor1-mouseover$;
	background-color: $buttoncolor1-mouseover$;
}


/* RIGHT PANEL - SEARCH */
.right .search input.text {
	width: 130px;
}
.right .search input.submit {
	width: 54px;
	height: 23px;
	text-transform: uppercase;
	background-color: $buttoncolor1$;
	color: $button-textcolor1$;
	cursor: pointer;
	border: 0;
}
.right .search input.submit:hover {
	color: $button-textcolor1-mouseover$;
	background-color: $buttoncolor1-mouseover$;
}


/* RIGHT PANEL - OFFER */
.right .offer a {
	color: #EB8E15;
	font-weight: bold;
	font-size: 13px;
}
.right .offer .priceoffer {
	display: block;
	text-align: right;
	font-size: 18px;
	font-weight: bold;
}
.right .offer .priceoffer span {
	font-size: 11px;
}

/* RIGHT PANEL - BESTSELLER */
.right .bestseller ul {list-style-position: inside;}
.right .bestseller a {color: #EB8E15;}


/* FOOTER */
div.company-address {
	padding: 10px 0;
	color: #999;
	text-align: center;
}
div.company-address .divider {margin: 0 6px;}

/* LANGUAGE FLAGS  */
div.flags {
	margin: auto;
	margin-top: 6px;
	width: 980px;
	text-align: center;
}
div.flags a {
	margin: 0 4px;
}

/* PAYMENTCARDS  */
div.cards {
	margin: auto;
	margin-top: 8px;
	width: 980px;
	text-align: center;
}
div.cards img {
	margin-right: 5px;
	margin-bottom: 5px;
}


/* BASKET */
table.basket, table.ordertable, div.profile table.addresstable {border-collapse: collapse; width: 100%;}
table.basket input {vertical-align: middle; text-align: right; margin: 4px; margin-left: 0;}
table.basket th {padding: 5px 8px; color: $table-header-textcolor$; background-color: $table-header-backgroundcolor$;}
table.basket tr div.hr hr {display: none;}
table.basket tr div.hr {border-top: 1px dotted #999;}
table.basket tr td {padding: 2px 8px;}
table.basket tr.data td {padding: 5px 8px;}
table.basket tr.even td {background-color: #ededed;}

.cart div.coupon {margin-top: 15px;}
.cart div.coupon dl input[type="submit"] {
	margin-left: 5px;
	color: #EB8E15;
	border: 0;
	background-color: #f8f8f8;
}
table.basket div.comment textarea {text-align: left; width: 100%;}
.accept-term {margin-top: 10px; text-align: right;}


/* SEARCH RESULTS */
.content div.search div.keyword {
	margin-bottom: 3px;
}
.content div.search div.keyword label, .main .content div.search div.category label {
	float: left;
	clear: left;
	display: block;
	width: 100px;
	padding-right: 5px;
	line-height: 25px;
}
.content div.search div.category label {
	line-height: 20px !important;
}
.content div.search div.keyword input {
	width: 320px;
}
.content div.search div.category select {
	width: 325px;
}
.content .input.search div.cbofferonly, .main .content .input.search div.cbstockonly, .main .content .input.search .buttons {
	margin-left: 105px;
}
.content .input.search div.cbofferonly {
	margin-top: 6px;
	margin-bottom: 4px;
}

/* USER */
div.profile fieldset div.account, div.profile fieldset div.address, div.profile fieldset div.user .username, div.profile fieldset div.user .nickname, div.profile fieldset div.password {margin-bottom: 15px;}
div.profile h4 {margin-bottom: 5px;}
div.profile h5 {margin: 0;}
div.profile div.buttons br {display: none;}
div.profile fieldset div input[type="text"], div.profile fieldset div input[type="password"], div.profile select {vertical-align: top; width: 250px;}
div.profile select {width: 256px;}

div.profile fieldset dl, div.cart fieldset dl {margin-bottom: 5px; clear: both;}
div.profile fieldset dl dl {clear: both;}
div.profile fieldset dl dt, div.cart fieldset dt {float: left; padding: 4px 5px 0 0 ; width: 170px; height: 19px; text-align: right;}
div.profile fieldset dl dd, div.cart fieldset dd {text-align: left;}

div.profile table {width: 100%;}
div.profile table.login td div.input {margin: 0 10px 10px 0; padding: 10px; height: auto; background-color: #F8F8F8; border: 1px solid #DDDDDD;}
div.profile td.login, div.profile td.register {vertical-align: top;}
div.profile table.login td.login dl dt, div.profile table.login td.register dl dt {float: none; height: auto; width: auto; text-align: left;}

div.profile fieldset .input div.password span {display: block; line-height: 175%; margin-bottom: 10px;}


/* CREATE USER */
div.profile p {margin: 0 0 15px 0; padding: 0;}
div.profile .address .radio {display: block; padding-left: 175px;}
div.profile .address .radio > input {margin-right: 2px; vertical-align: middle;}
div.profile .address .radio > label {margin-right: 10px;}
div.profile .address span.checkbox {display: block; margin: 0 0 3px 175px;}

/* PROFILE PAGE */
div.profile div.orders ul, div.profile .settings ul {list-style-position: inside;}
div.profile div.orders ul li, div.profile .settings ul li {padding: 2px 0;}
div.profile div.orders, div.profile div.settings {margin-bottom: 15px;}
div.profile .delivery, div.profile .invoiceaddress {margin-bottom: 15px;}
div.profile .delivery select, div.profile .invoiceaddress select {width: 100%;}
div.profile .ordertable .even, div.profile .addresstable .even, div.profile table.status .even {background-color: #ededed;}

/* PROFILE - TRACK ORDERS */
div.profile table.order-info {margin-bottom: 15px; text-align: left;}
div.profile table.order-info th {padding-left: 8px; padding-right: 15px;}
div.profile table.status {margin-top: 15px; margin-bottom: 15px;}

/* CART - GENERAL */
td.shipping, td.billing {padding: 7px 7px 0 7px;} 
td.shipping strong, td.billing strong {color: #EB8E15;}

.cart.delivery .shipment, .cart.shipment .shipment, .cart.payment .payment {background-color: #fff;}
.cart.delivery .shipment dt, .cart.shipment .shipment dt, .cart.payment .payment dt {float: left; clear: both; width: 20px;}
.cart.delivery .shipment dd, .cart.shipment .shipment dd, .cart.payment .payment dd {padding-left: 23px;}

.cart.delivery .shipment span.radio {line-height: 150%;}
.cart.shipment div.shipment dl, .cart.payment div.payment dl, .cart.delivery .shipment {padding: 10px; border: 1px solid transparent;}
.cart.shipment div.shipment dl dd p, .cart.payment div.payment dl dd p {margin-bottom: 5px;}
.cart.shipment div.shipment dl.active, .cart.payment div.payment dl.active {background-color: #eee; border: 1px dotted #999;}
.cart.shipment div.shipment dl.active div.parcel label, .cart.payment div.payment dl.active div.parcel label {float: left; clear: left; padding-top: 2px; width: 100px; vertical-align: middle;}
.cart.payment div.payment div.logo img {margin: 5px 5px 0 0;}

.parcel input, .parcel select { margin-bottom: 5px; }


/* CART - DELIVERY */
.cart.delivery .shipment .radio label {padding-left: 5px;}

/* CART - CONFIRM */
.cart.confirm tr.line td {height: 10px;}


/* ALERT-ERR */
.alert-err {margin-bottom: 15px; padding: 10px; text-align: center; color: #89393f; background-color: #ffd7da; border: 1px dotted #db8990;}
.alert-err .desc {font-size: 14px; font-weight: bold; text-transform: uppercase;}
.alert-err ul {padding-top: 10px; list-style-position: inside;}
.alert-err ul li {padding: 2px 0;}

/* SYSTEM TABLES */
table.ordertable th, table.ordertable td, table.addresstable th, table.addresstable td, table.basket th, table.basket td, table.status th, table.status td {text-align: left;}
table.ordertable td, table.addresstable td, div.profile table.basket tr.data td, table.status td {padding: 8px 8px;}
table.ordertable th.price-right, table.ordertable td.price-right, table.addresstable th.price-right, table.addresstable td.price-right, table.basket th.price-right, table.basket td.price-right {text-align: right; white-space: nowrap;}
table.ordertable th, table.addresstable th, table.basket th, table.status th {padding: 5px; color: $table-header-textcolor$; background-color: $table-header-backgroundcolor$;}
