#columnLeftProducts {
	width:408px;
	float:left;
	margin: 0 0 25px 0;
}

    #columnLeftProducts h3 {
        margin: 0;
        padding: 0;
        }

#columnRightProducts {
	width: 270px; 
	float: right;
}
#product-img { float:right; padding: 20px; }

#product-notes { 
	display: block; 
	color: #8c8c8c;  
	margin: 14px 5px 20px 20px; 
	float: left;
	}
	#product-notes ul { 
		margin: 0;
		padding: 0;
		font-size: 10px;
		line-height: 16px;
		list-style: square;
		list-style-position: inside;
		}
	#product-notes ul li { 
		line-height: 14px;
		margin: 0.3em 0;
		} 

#partners-box-top {
	background:url("../imgs/partners-box-top.jpg") no-repeat;
	padding-top:10px;
	margin-top:27px;
	}
	#partners-box-top p {
		line-height:13px;
		font-weight:bold;
		margin:10px 0px 0px 0px !important;
		padding-left:0px !important;
		}
	#partners-box-top h3 {
		margin-top:0px !important;
		margin-bottom:5px !important;
		margin-left: 20px;
		}
	#partners-box-top .floating-box {
		float: left;
		width:110px;
		margin-left:16px;
		}
	#partners-box-top .floating-box img {
	    margin: 0 auto;
		}
	#partners-box-top a { 
		font-weight: bold;
		background: url("../imgs/small-red-arrow.gif") no-repeat 0 0;
		padding: 0 20px 0 12px;
		text-decoration: underline;
		color: #000;
		float:left;
		}
	#partners-box-top a.imgLink {
    	background: none;
    	padding: 0 0 0 0 !important;
	    float: none;
	    text-align: center;
        } 

#partners-box-bottom {
	background:url("../imgs/partners-box-bottom.jpg") no-repeat;
	height:10px;
	}
#partners-border {
	border-left:1px solid #a0a0a0;
	border-right:1px solid #a0a0a0;
	width:394px;
	}

.productWrapper {
	margin-top:12px;
	}

	.productWrapper .productCatContainer {
		width:200px;
		float: left;
		margin: 0 15px 12px 0;
		}

	.productWrapper .productRow {
		margin-bottom:12px;
		clear: both;
		}

		.productWrapper .productRow a img {
			margin-bottom:13px;
			}
		
		.productWrapper .productRow p {
			margin-left:0px !important;
			padding-left:0px !important;
			}

.productWrapper h3 a {
	background: url("../imgs/small-red-arrow.gif") no-repeat 100% 100%;
	padding: 0 12px 0 0;
	text-decoration: underline;
	color:#000 !important;
	text-transform: uppercase;
}

.productWrapper h3 a:hover {
	color: #c00 !important;
	text-decoration: none;
}
	
.productWrapper .productRow p {
	padding-left:0px;
	line-height:11px;		
	width:210px;
	float:left;
	}

.productWrapper .productRow p.small-text {
	margin-bottom:20px;
	line-height: 14px;
	font-size:10px;
	height:67px;
	float:left;
	overflow: hidden;
	padding: 0 15px 0 0;
	}
	
.productWrapper .productRow p.small-text a {
	font-weight: bold;
	background: url("../imgs/small-red-arrow.gif") no-repeat 0 0;
	padding: 0 12px;
	text-decoration: underline;
	color: #000;
	float: left;
	width: 95px;
}

*+html .productWrapper .productRow p.small-text a {
	position: relative;
	background: url("../imgs/small-red-arrow.gif") no-repeat 0 0;
	display: block;
	padding: 0 12px;
}

.productWrapper .productRow p.small-text img {
	position: relative;
	float: left;
}

.productWrapper .productRow p.small-text a.imgLink {
	background: none;		    
	width: 61px;
} 

.productWrapper .productRow p.small-text a:hover { 
	color: #c00 !important;
	text-decoration: none;
}

/* COLORS */

.colorWrapper {
	margin-top:12px;
	}

	.colorWrapper .productCatContainer {
		width:150px;
		float: left;
		margin: 0 15px 12px 0;
		}

	.colorWrapper .colorRow {
		margin-bottom:12px;
		clear: both;
		}

.colorWrapper .colorRow p.small-text img {
	position: relative;
	float: left;
	margin: 0 10px 0 0;
}

.colorWrapper .colorRow p.small-text {
	margin-bottom:20px;
	line-height: 14px;
	font-size:10px;
	height:67px;
	float:left;	
	width:150px;
	overflow: hidden;
	padding: 0 15px 0 0;
	}
	
/************** SHOPPINGCART ***************/

#price-indication {
    clear: both;
	margin: 0 5px 20px 20px; 
}

#price-indication .price {
    /*font-weight: bold;*/
    font-size: 2em;
    color: #000;
}

#order-product {
	margin: 0 5px 25px 0;
	clear: both;
}

#order-product h3 {
    font-weight: bold;
    border-bottom: 1px solid #ccc;
    padding: 0;
    margin: 0 0 1em 0;
}

#order-product div {
    margin: 0.5em 1.5em 0.5em 0;
    float: left;
}

#order-product select {
    font-size: 1.1em;
    width: 325px;
}

#order-product input[type=text] {
    width: 30px;
}

* html #order-product input.amount {
    width: 30px;
}

#order-product option {
}

#content_body h3 {
    clear: both;
    margin: 25px 0 0 0;
}

#content_body h3.overview {
    margin: 25px 0 0 0;
    border-bottom: 3px solid #000;
    padding: 0;
    font-weight: bold;
}

#content_body a {
    color: #000;
    }
#content_body a:hover {
    color: #c00;
    } 

div.notice {
    color: #c00;
    margin: 2em 0;
    border: 1px solid #c00;
    padding: 1em;
}

#content_body table.orderHistory {
    margin: 0 0 2em 0;
}

#content_body table.orderHistory th {
    width: 150px;
}

#content_body table.orderList {
    margin: 0 0 1em 0;
}

#content_body table.profileInfo, 
#content_body table.checkoutInfo {
    margin: 0 0 10px 0;
    padding: 0;
    border-collapse: separate;
    border-spacing: 4px 2px;
    width: 100%;
    clear: both;
    }
    #content_body table.checkoutInfo th {
        margin: 0 0 1em 0;
        padding: 0;
        background-color: #fff;
        color: #000;
        border-bottom: 1px solid #ccc;
        font-weight: bold;
        }
    #content_body table.checkoutInfo td {
        margin: 0 0 1em 0;
        padding: 0.5em 0.3em 0.5em 0.5em;
        background-color: #fff;
        color: #000;
        border-bottom: 1px solid #ccc;
        }
    #content_body table.checkoutInfo td a {
        color: #000 !important;
        }
    #content_body table.checkoutInfo td a:hover {
        color: #c00 !important;
        }
            
    #content_body table.profileInfo th {
        margin: 0 0 1em 0;
        padding: 0;
        background-color: #fff;
        color: #000;
        border-bottom: 1px solid #ccc;
        font-weight: bold;
        font-size: 1em;
        width: 225px;
        vertical-align:middle;
        }

    #content_body table.checkrows th {
        width: 95%;
}

    #content_body table.profileInfo td {
        margin: 0 0 1em 0;
        padding: 1em 0.3em 0 0.5em;
        background-color: #fff;
        color: #000;
        vertical-align:bottom;
        }
    #content_body table.profileInfo td a {
        color: #000 !important;
        }
    #content_body table.profileInfo td a:hover {
        color: #c00 !important;
        }        

#content_body p.description {
    color: #000;
    border: 1px solid #ccc;
    padding: 5px;
    clear:both;
}
#content_body p.moreInfo {
    color: #000;
    padding: 5px 5px 5px 0;
    clear:both;
}

.orderNo {
    display: block;
    font-weight: bold;
    font-size: 2em;
    text-align: center;
    margin: 1.5em 0;
}

#content_body .data-left,
#content_body .data-right,
#content_body .data {
    color: #000;
    margin: 1em 2em 1em 0;
    width: 200px;
    height: 90px;
    float: left;
}

#content_body .data-left h4,
#content_body .data-right h4,
#content_body .data h4 {
    margin: 0 0 0.5em 0;
}

#content_body .data-left p,
#content_body .data-right p,
#content_body .data p {
    color: #000;
}


#content_body table.checkoutInfo .total td {
    font-weight: bold;
    font-size: 1.5em;
}

#content_body table.checkoutInfo .delivery td {
    border-bottom: 1px solid #000;
}

#content_body table.checkoutInfo .vat td { 
    border-bottom: 1px solid #000;
    color: #666;
}

#content_body div.moreCartLinks {
    position: relative;
	background: url("../imgs/bg_continue.gif") no-repeat 0 0;
	height: 49px;
	margin: 1.5em 0 1.5em 5px;
	padding: 0 10px;
	width: 656px;
}

#content_body div.moreCartLinks a.goToShop {
    font-weight: bold;
    display: block;
    float: left;
    font-size: 1.2em;
    margin: 1em 0;
    background: url("../imgs/small-red-arrow-back.gif") 0 center no-repeat;
    padding: 0 0 0 12px;
    color: #000;
}

#content_body div.moreCartLinks a.goToCheckout {
    font-weight: bold;
    display: block;
    float: right;
    font-size: 1.2em;
    margin: 1em 0;
    background: url("../imgs/small-red-arrow.gif") 100% center no-repeat;
    padding: 0 12px 0 0;
    color: #000;
}

#content_body div.moreCartLinks a.goToShop:hover,
#content_body div.moreCartLinks a.goToCheckout:hover {
    color: #c00 !important;
}

#content_body .buttonRow {
   /*margin: 0 0 3em 0;*/
}

.genericForm legend,
.floatForm legend {
    font-size: 1.2em; color: #000; text-transform: uppercase;
}

.floatForm div {
    float: left;
    margin: 0 0 0 20px; 
}

.floatForm label {
    display: block;
}

.orderSearchText input[type=text] {
    width: 250px;
}

#CompanyDataform,
#ContactDataform,
#InvoiceAddressform {
    /*margin: 0 0 25px 0;*/
}

#CompanyDataform input[type=text],
#ContactDataform input[type=text],
#InvoiceAddressform input[type=text],
#Addressform input[type=text],
#registrationform input[type=text],
#registrationform input[type=password] {
    width: 100%;
}


*+html #CompanyDataform input[type=text],
*+html #ContactDataform input[type=text],
*+html #InvoiceAddressform input[type=text],
*+html #Addressform input[type=text],
*+html #registrationform input[type=text],
*+html #registrationform input[type=password] {
    width: 97%;
}

#Newsletterform table.profileInfo th {
    width: 95%;
}

.genericForm div.buttonRow  {
	margin: 0.3em 0 0 0;
	border: 1px solid #000;
	float: left;
}

.genericForm div.buttonRowRed {	
    margin: 0.3em 0 0 0;
	float: none;
}

.genericForm div.buttonRowRed button{	
    border:outset 1px #ccc;
	background: #c00;
	color: #fff;
	font-size: 1.1em;
	font-family: "Tahoma";
}

.genericForm div.notice span {
    font-size: 1em;
    font-weight: bold;
}

.floatForm div.buttonRow  {
	margin: 1.7em 0 0 1.5em;
	border: 1px solid #000;
}

.genericForm div.buttonRowRight {
	margin: 0.3em 0 0 0;
	border: 1px solid #000;
	float: right;
}

.genericForm div.buttonRow button,
.genericForm div.buttonRowRight button,
.genericForm div.buttonRow input,
.genericForm div.buttonRowRight input,
.floatForm div.buttonRow button {
	border:outset 1px #ccc;
	background: #000;
	color: #fff;
	font-size: 1.1em;
	font-family: "Tahoma";
}

.genericForm div.buttonRow button:hover,
.genericForm div.buttonRowRight button:hover,
.genericForm div.buttonRow input:hover,
.genericForm div.buttonRowRight input:hover,
.floatForm div.buttonRow button:hover {
	border:outset 1px #ccc;
	background: #999;
	color: #000;
	font-size: 1.1em;
	font-family: "Tahoma";
}

#printLogo {
    display: none;

}
