/* //////////////////////////////////////////////////////////
				SHOPPING CART BLOCK
////////////////////////////////////////////////////////// */
#shopping_cart{
	margin:0px 0 0 10px;
	position:relative;
	padding:2px;
	
}
#shopping_cart a{
	text-decoration:none;
	font-size:0.9em;
}
/*
#shopping_cart input{
	display:inline;
	width:20px;
	padding:3px;
	color: #5b5b5b;
	font-size:11px; 
	font-weight: normal;
	border:1px solid #DCDCDC;
	text-align:center;
}*/

/*********** SHOPPING CART NAVIGATION ***********/

ul#shopping-basket_nav { 
	float: left;
	width: 536px;
	height: 22px;
	overflow: hidden;
	margin: 0px 0px 0px 0px;
	padding: 5px 0;
	list-style: none;
	border-bottom: 4px solid #000000;
	/*background:url(../img/layout/back-titles.gif) repeat-x;*/
}

ul#shopping-basket_nav li { 
	display: inline;
	padding: 0 !important;
	cursor: pointer !important;
}

ul#shopping-basket_nav li a { 
	float: left;
	display: block;
	width: 120px;
	height: 18px;
	overflow: hidden;
	/*background-image: url(../img/layout/shopping-basket_nav_bg.gif);
	background-repeat: no-repeat;
	background-position: -160px top;*/
	padding: 4px 0px 0px 10px;
	font-size: 1.0em;
	font-weight: normal;
	color: #fff;
	cursor: pointer !important;
	letter-spacing:1px;
}

ul#shopping-basket_nav li a:hover,
ul#shopping-basket_nav li a.selected { 
	text-decoration: none;
	cursor: pointer !important;
}

ul#shopping-basket_nav li a.selected { 
	background-position: 0px top;
	color: #FFDC00;
	cursor: pointer !important;
	font-weight: bold;
}

.step-count { display:inline !important; }
.step-count { background:#1C1C1C;  font-size:1em; padding:1px 5px; line-height:1em; margin-right:4px;}


/*********** SHOPPING CART TABLE ***********/

.shopping-basket {
	margin: 0px;
}
table.shopping-basket { 
	clear: both;
	margin: 0px 0px 0px 0px;
	color:#fff;
	border:1px solid #1C1C1C;
}
table.shopping-basket th { 
	background-color: #1C1C1C;
	font-size:0.9em;
}
table.shopping-basket td { 
	padding: 10px;
	text-align: center;
	vertical-align: top;
}
table.shopping-basket tr.row td { 

	border-bottom: 1px solid #FFDC00;
}
table.shopping-basket th strong.right,
table.shopping-basket td.right { 
	text-align: right !important;
}
table.shopping-basket th strong.left,
table.shopping-basket td.left { 
	text-align: left !important;
}
table.shopping-basket td.border-tp {
	/*border-top:1px solid #EBEBEB;*/
}
table.shopping-basket th strong { 
	display: block;
	padding: 6px 18px 6px 18px;
	color:#fff!important;
}
table.shopping-basket th strong.dotline { 
	text-align: center;
	/*background-image: url(../img/layout/shopping-basket_dotvert.gif);
	background-repeat: no-repeat;
	background-position: left center;*/
	color:#fff!important;
}
table.shopping-basket td.product_image { 
	text-align: left;
	/*background: url(../img/layout/shopping-basket_tbl_bg.gif) repeat-x left bottom;*/
	background-color:#1C1C1C;
	border-bottom:1px solid #1C1C1C;
	text-align:center;
	width: 102px;
}
table.shopping-basket td.product_image img { 
	display: block;
	border: 3px solid #211D1E;
	text-align:center;
}
#shopping_cart table.shopping-basket td select { 
	width: 40px !important;
	background-color:#1C1C1C;
	border:1px solid #000;
	color:#fff!important;
}
table.shopping-basket td.btm { 
	vertical-align: bottom !important;
	padding-top: 14px;
	padding-bottom: 14px;
	/*background: url(../img/layout/shopping-basket_tbl_bg.gif) repeat-x left bottom;*/
	
	font-size: 0.9em;
	border-bottom:1px solid #1C1C1C;
}
table.shopping-basket .shopping-basket { 
	white-space: nowrap;
}
table.shopping-basket td a { 
	
}
table.shopping-basket td a:hover { 
	
}

span.message { 
	float: left;
	width: auto;
	/*background-image: url(../img/layout/icon_message1.gif);
	background-repeat: no-repeat;
	background-position: right center;*/
	padding: 0px 40px 0 0;
}

a.message1 { 
	float: left;
	width: auto;
	background-image: url(../img/layout/icon_message1.gif);
	background-repeat: no-repeat;
	background-position: right center;
	padding-left: 0px;
	padding-right: 40px;
}
a.remove { 
	float: right;
	width: auto;
	background-image: url(../img/layout/icon_remove.gif);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 20px;
	color: #656565;
}
a:hover.remove { 
	color: #454545;
}

input.buy{ 
	float:left;
	width: 80px;
	background-color: #757575;
	background-image: url(../img/layout/arrow_right_beige1.gif);
	background-repeat: no-repeat;
	background-position: 6px 7px;
	padding:0px 0px 0px 10px!important;
	margin: 0px 0 0 9px;
	color: #ffffff!important;
	font-size: 1em;
	text-decoration:none;
	cursor:pointer;
	height:19px;
	border:1px solid #757575;
	text-align:left;
}



input:hover.buy{ 
	background-color: #555555;
	text-decoration: none;
	color: #FFFFFF;
}

/* Cart Total Informtion */

#cartSubTotal {
	float:right;
	width:268px;
	/*border-top:solid 1px #e5e5e5;*/
	padding:8px 10px 0 0;
	text-align:right;
	/*background:#FAFAFA url(../img/layout/shopping-basket_tbl_bg.gif) repeat-x left top;*/
	/*background:#212121 url(../img/layout/back-titles.gif) repeat-x;*/
	background-color:#1C1C1C;
}

#cartSubTotal div{width:268px;float:right;padding-bottom:10px;}

#cartSubTotal #subTotal{color: #EBEBEB;}

#cartSubTotal #subTotal span{float:right;}

#cartSubTotal #shippingtotal span {color: #EBEBEB;float:right;}

#cartSubTotal #total{padding-bottom:10px;color:#fff; font-size:1.4em;}

#cartSubTotal #total span{float:right;font-weight:bold;}

#cartSubTotal .amount{width:70px;font-weight:bold;}
.element_bar { 
	clear: both;
	padding: 6px 0px 8px 0px;
	margin-bottom:10px;
	color:#F58120;
}

#order form{
	margin:0;
}
#order table.basket {
	width:100%;
	color:#333333;
	font-family: Tahoma,Arial, Helvetica, sans-serif;
	font-size:12px;
}
#order table.basket th {
	height:40px;
	background-color:#A89875;
	font-weight:bold;
	color:#fff;
	/*border-bottom:1px solid #f2f2f2;*/
}
#order table.basket th.name {
	padding-left:13px;
	text-align:left;
	background:#FAFAFA url(../img/layout/shopping-basket_tbl_bg.gif) repeat-x left top;
	color:#333333;
	font-size:0.9em;
}
#order table.basket td {
	padding:15px;
}


#flashMessage {
	background: #FFF9BD url(../img/layout/warning.png) no-repeat 2px 6px;
	color: #333;
	margin: 10px 0 0 0;
	padding: 8px 8px 8px 30px;
	font-size: 120%;
	line-height: 140%;
	overflow: auto;
	position: relative;
	border:1px solid #F2F0E6;
	-moz-border-radius:7px;
}

/* checkout login */
#checkoutMain{
	color: #A5A5A5;
	float:left;
	padding: 0px;
}
#checkoutMain #tabs{
	margin-top:10px;
}
#checkoutMain #tabs ul.subsection_tabs li.tab a {
	font-size:1.2em;
}
#checkoutMain #tabs div.tab{
	width:495px;
	height:100%;	
	margin-bottom:10px;
	padding:10px 0 10px 0;
	color:#9a9a9a;
}
#checkoutMain strong{
	color:#FFDC00;
}
#checkoutMain form{
	margin:0;
	padding:0;
}
#checkoutMain h3{
	padding: 10px 0px 10px 0px;
	font-size:1.0em;
}
#checkoutMain input{
	height: 18px;
	padding-top: 0px;
	padding-bottom: 0px;
	background-color:#FFFDF2;
	margin-bottom:5px;
	border:1px solid #F2F0E6;
	color:#666666;
	width:200px;
}
#checkoutMain textarea{
	height: 40px;
	padding-top: 0px;
	padding-bottom: 0px;
	background-color:#FFFDF2;
	margin-bottom:5px;
	border:1px solid #F2F0E6;
	color:#666666;
	width:445px;
}
#checkoutMain input:hover, #checkoutMain input:focus, #checkoutMain textarea:hover, #checkoutMain textarea:focus{
	border:1px solid #FFDC00;
	/*border:1px solid #9a9a9a;*/
}
#checkoutMain .column{
	float:left;
	width:40%;
	padding:0px 30px 0 0;
	
}
#checkoutMain .column p{
	padding:0px 10px 0 0;
}
#checkoutMain .fullcolumn{
	float:left;
	width:90%;
	padding:10px 0 0 0;
}
#checkoutMain .fullcolumn ul{
	margin-left:20px;
}
#checkoutMain ul{
	list-style:none;
}
#checkoutMain .fullcolumn  label{
	width:400px;
	float:left;
	margin:0px 0 2px 0;
}
#checkoutMain .column label{
	width:200px;
	float:left;
	margin:0px 0 2px 0;
}

#checkoutMain label.checkbox{
	width:auto!important;
	float:left!important;
}
#checkoutMain .checkboxinput{
	width:30px;
}
#checkoutMain .payment label{
	width:570px!important;
	float:left!important;
	margin:1px 0 15px 0;
	font-size:1.2em;
	font-weight:bold;
	color:#000;
}
#checkoutMain input.radiobtn {
	float:left;
	width:16px;
}

#forgotPassword {float:left;margin:5px 0;color:#ff0000;}

/* //////////////////////////////////////////////////////////
				BUTTONS
////////////////////////////////////////////////////////// */

a.grey-button { 
	float: right;
	width: 100px;
	background-color: #B3B3B3;
	background-image: url(../img/layout/arrow_left_white.gif);
	background-repeat: no-repeat;
	background-position: 5% center;
	padding: 4px 4% 4px 5%;
	padding-left: 14px;
	padding-right: 6px;
	margin: 0px 2% 0px 0px;
	color: #FFFFFF;
	font-weight: bold;
	white-space: nowrap;
}

a:hover.grey-button { 
	color: #FFFFFF;
	background-color: #939393;
}

a.red-button { 
	float: right;
	width: 100px;
	background-color: #FFDC00;
	background-image: url(../img/layout/arrow.gif);
	background-repeat: no-repeat;
	background-position: 96% center;
	padding: 4px 5% 4px 0%;
	color: #000;
	font-weight: bold;
	text-align: right;
}

a:hover.red-button { 
	color: #FFFFFF;
	/*background-color: #5B0707;*/
}
#checkoutMain .loginBtn{
	margin-top:20px!important;
	float:left;
	font-size:0.8em;
	cursor:pointer;
	height:25px;
	background:#FFDC00 url(../img/layout/arrow.gif) no-repeat 96% center;
	padding: 0px 15px 4px 0px;
	color: #000;
	font-weight: bold;
	text-align: right;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}

#checkoutMain .submitButton{
	background:#FFDC00 url(../img/layout/arrow.gif) no-repeat 96% center;
	height:25px;
	cursor:pointer;
	width:160px;
	font-size:1.0em;
	padding: 0px 15px 4px 0px;
	font-weight:bold;
	color:#000!important;
	border:1px solid #000!important;
	float:right;
	text-align: right!important;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}
#checkoutMain .submitButton:hover, #checkoutMain .loginBtn:hover{
	border:1px solid #000!important;
	/*color:#fff!important;*/
}
#checkoutMain a.cancel{
	background:#DA251D url(../img/layout/arrow-cancel.gif) 5px center no-repeat;
	height:18px;
	width:155px;
	padding: 5px 0px 0px 20px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:1.0em;
	color:#000!important;
	border:1px solid #000!important;
	float:left;
	text-align:left;
}
#checkoutMain a.cancel:hover{
	border:1px solid #5B0707!important;
	color:#fff!important;
	background-color: #5B0707;
}
#checkoutMain .actions{
	float:left;
	margin:20px 0 0 0;
	padding:20px 0 0 0;
	border-top: 4px solid #FFDC00;
}
.validation-advice, .error-message {
	margin: 0px 0 4px 0px;
	padding: 2px 2px 2px 0px;
	color:#FF3300;
	font-size:10px;
}
input.validation-failed, textarea.validation-failed {
	border: 1px solid #FF3300!important;
	color : #FF3300!important;
}
/*
input.validation-passed, textarea.validation-passed {
	border: 1px solid #f2f2f2!important;
}
*/
