/* CSS Document */

body { 
	margin: 0;
	padding: 0;
	height: 100%;
	font-size: 68.5%;
	/*background: url("../images/body_background.jpg") #7F7F81 repeat-x  ;*/
	background: url("../images/background2.gif") 50% #7F7F81 repeat-y ;/**/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #7F7F81;

}

html, body {
	height: 100%;
}

select {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.discount {
	background-image: url(../images/star.gif);
	font-weight: bold;
	background-repeat: no-repeat;
	padding-left: 33px;
	color: #FF0000;
}
.discount_big {
	background-image: url(../images/star.gif);
	font-weight: bold;
	background-repeat: no-repeat;
	padding-left: 33px;
	padding-top: 5px;
	color: #CC0000;
}
.old_price {
	color: #999999;
	font-size: 9px;
	display: block;
}
.clickable {
	cursor: pointer;
}
tr.grayback td {
	background: #F1F1F1;
	color: #434343;
	padding:10px 0px 10px 10px;
}
tr.top td {
	border-top:1px solid #CCC;
}
tr.bottom td {
	border-bottom:1px solid #CCC;
}

/*//////////////////////////////////////////////////////////////////////////////////*/
/*//////////////////////Main body //////////////////////////////////////////////////*/
/*//////////////////////////////////////////////////////////////////////////////////*/


div#main_body {
	position: absolute;
	left: 50%;
	margin-left: -512px;
	width: 1024px;
	/*background: url("../images/background.gif") 50%  repeat-y;*/
	height: 100%;
	background-color: white;
}

/*div#main_body {
	position: absolute; 
	left: 50%;
	margin-left: -512px;
	background-color: white;
	width: 1024px;
	height: 100%;
}
*/

/*//////////////////////////////////////////////////////////////////////////////////*/
/*//////////////////////Top & header////////////////////////////////////////////////*/
/*//////////////////////////////////////////////////////////////////////////////////*/
div#main_body div#top {
	position: absolute;
	width: 1018px;
	left: 3px;
	background: url("../images/background_gradient.jpg") #404040 repeat-x;
	z-index: 10;

}/**/
img#top {
	position: absolute;
	left: 830px;
	z-index: 100;
	top: 0px;
}
/*//////////////////////////////Main Menu/////////////////////////////////////////////*/

div#main_body div#main_menu {
	position: absolute;
	bottom: 0;
	height: 50px;
	width: 900px;
	left: 0;
	top: 105px;
	text-align: left;
}
div#main_body div#main_menu ul#menu_list {
	margin: 0;
	padding: 0;
	list-style-type: none;
	height: 50px;
	display: block;
	width: 100%;
	font-size: 1em;
	z-index: 20;
	background: url("../images/menu/top/menu.gif") repeat-x;
}


div#main_body div#main_menu ul#menu_list li {
	display: block;
	float: left;
	margin-left: 1em;
	margin-top: 16px;
}

div#main_body div#main_menu ul#menu_list li a {
	text-decoration: none;
	color: #333333;
	font-weight: 600;
}



/*//////////////////////////////////////////////////////////////////////////////////*/
/*//////////////////////Left flank//////////////////////////////////////////////////*/
/*//////////////////////////////////////////////////////////////////////////////////*/

div#leftflank {
	position: absolute;
	width: 100%;
	height: 1024px ;
	background: url("../images/body_background.jpg") repeat-x ;
}/**/

/*//////////////////////////////////////////////////////////////////////////////////*/
/*//////////////////////Left column/////////////////////////////////////////////////*/
/*//////////////////////////////////////////////////////////////////////////////////*/
div#main_body div#left_column {
	position: absolute;
	width: 200px;
	top: 0;
	left: 0;
	height: 100%;
}/**/
div#main_body div#left_column div#left_column_content {
	width: 213px;
	margin-top: 152px;
}/**/
div#main_body div#left_column div#left_column_content select {
	border: solid 1px gray;
	float: left;
	clear: left;
	width: 192px;
	margin-left: 10px;
	margin-bottom: 12px;
}

div#main_body div#left_column div#left_column_content input {
	border: solid 1px gray;
}
input, textarea, select {
	border: solid 1px gray;
	font-family: Tahoma;
	font-size: 11px;
}
div#main_body div#left_column div#left_column_content input#search {
	margin-left: 10px;
}
/*//////////////////////Left column menu////////////////////////////////////////////*/
div#main_body div#left_column div#left_column_content ul#product_menu{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
div#main_body div#left_column div#left_column_content ul#product_menu li {
	padding-left: 10px;
	margin-bottom: 0.6em;
}
div#main_body div#left_column div#left_column_content ul#product_menu li a {
	background: url("../images/left_menu/bullets.gif") no-repeat;
	padding-left: 20px;
	color: #000000;
}
/*//////////////////////////////////////////////////////////////////////////////////*/
/*//////////////////////Right column////////////////////////////////////////////////*/
/*//////////////////////////////////////////////////////////////////////////////////*/
div#main_body div#right_column {
	width: 811px;
	margin-left: 213px;
	clear: left;

}/**/

* html div#right_column {
	padding-top: 153px;
}

div#main_body div#right_column table tr td {
	font-size: 0.8em;
}
div#main_body div#right_column img#top_image_new {
	padding: 10px;
}
div#main_body div#right_column img#top_image {
	position: absolute;
}/**/
div#main_body div#right_column div#right_upper {
	width: 811px;
}/**/

div#main_body div#right_column div#right_upper2 {
	position: relative;
	padding-top: 5px;
}

div#main_body div#right_column div#right_upper2 img {
	float: right;
	margin: 0 9px 0 0;
}
div#main_body div#right_column div#star_offer {
	position: absolute;
	right: 0px;
	margin-top: 0px;
	z-index: 20;
}
div#main_body div#right_column div#right_middle {
	width: 811px;
	padding: 0 0 20px 0;
}/**/

div#main_body div#right_column div#right_middle2 {
	width: 611px;
	padding: 0;
	float: left;
}/**/

div#main_body div#right_column div#right_outer {
	width: 200px;
	position: relative;

	float: right;
}

div#main_body div#right_column div#right_outer img {
	margin: 0 7px 10px 0;

}

div#main_body div#right_column div#right_middle div.product_box {
	width: 170px;
	text-align: center;
	float: left;
	margin-left: 10px;
}
div#main_body div#right_column div#right_middle div.product_box img.button{
	text-align: center;
	float: left;
	margin: 0.5em 0 0 2em;
}
div#main_body div#right_column div#right_middle div.product_box img.prod_image{
	border: 0px;
	text-align: center;
	margin-bottom: 20px;	
}
div#main_body div#right_column div#right_middle div.product_box h3 {
	font-size: 1.4em;
	margin: 0;
	text-align: left;

}
div#main_body div#right_column div#right_middle div.product_box p.prod_desc {
	margin: 0;
	padding-bottom: 0.5em;
	border-bottom: dotted gray 1px;
	text-align: left;
	font-size: 0.8em;	
}

div#main_body div#right_column div#right_middle div.product_box p.prod_price {
	margin: 0;
	margin-top: 0.5em;
	text-align: left;
	font-size: 1.0em;
	font-weight: 600;
	color: #999999;
	float: left;
	
}

div#main_body div#right_column div#right_bottom, div#main_body div#right_column div#right_bottom2 {
	height: 60px;
	width: 803px;
	background: url("../images/linebreak.gif") no-repeat top;
	clear: left;
	margin: 20px 0 0 0;
}
div#main_body div#right_column div#right_bottom2 {
	background: url("../images/linebreak2.gif") no-repeat left top;
	height: 80px;
}
	div#main_body div#right_column div#right_bottom2 p {
		margin:0;
		position: relative;
		top: 50px;
		left: 120px;
		color: #313131;
	}
div.campaign_box {
	width: 170px;
	float: left;
	margin-left: 10px;
	margin-right: 10px;	
	margin-bottom: 20px;
	position: relative;
}

div.campaign_box2 {
	width: 302px;
	height: 195px;
	float: left;
	position: relative;
	background: url("../images/panel.gif") no-repeat;
}
div.campaign_box2 a.infobutton {
	display: block;
	height: 22px;
	width: 68px;
	float: right;
	background: url("../images/infobutton.gif") no-repeat;
}
div.outer_box a.infobutton {
	display: block;
	height: 14px;
	width: 44px;
	float: right;
	background: url("../images/infobutton2.gif") no-repeat;
}
div.campaign_box2 .price{
	position: relative;
	float: left;
	font-weight:600;
	margin: 5px 0 10px 0;
}

div.campaign_box2 a:hover.infobutton {
	text-decoration: none;
}

div.campaign_box2 div.smallImage image {
	font-size: 10px;
}

div.outer_box div.smallImage{

}
div.outer_box {
	padding: 0;
	margin: 0 0 20px 0;
	height: 90px;
	width: 190px;
	clear: both;
}
div.campaign_box2 div.smallImage, div.smallImage2, div.outer_box div.smallImage {
	float: left;
}

div.smallImage2 {
	width:120px;
	text-align:center;
}

div.campaign_box2 .discount, div.outer_box .discount {
	background: none;
	float: left;
	padding: 0;
}
div.campaign_box2 div.info, div.outer_box div.info{
	float: right;
	font-size: 10px;
	width: 145px;
	margin: 0px 0 0 0;
}
div.outer_box div.info {
	margin: 0;
	width: 110px;
}
div.outer_box div.info p  {
	margin: 0;
}
.padding1 {
	padding: 15px;
}
.padding2{
	padding: 5px;
}
.paddingFrontend {
	padding-top:5px;
	padding-right: 15px;
	padding-left: 15px;
}
div.campaign_box2 p {
	clear: left;
	margin: 0;
}
div.campaign_box2 p.desc, div.outer_box p.desc {
	margin: 0 0 10px 0;
}
div.campaign_box2 img.prod_image {
	position: relative;
	top: 10px;
	left: 0px;
}
div.campaign_box2 .infobutton {

}
div.campaign_box2 h3 {
	float: left;
	font-size: 12px;
	text-decoration: underline;
}

div.campaign_box img.prod_image{
	border: 0px;
	text-align: center;
	margin-bottom: 20px;
	margin-right: 10px;
	float: left;
}
div.campaign_box h3 {
	font-size: 1em;
	margin: 0;
	text-align: left;

}
div.campaign_box p.prod_desc {
	margin: 0;
	padding-bottom: 0.5em;
	text-align: left;
	font-size: 0.8em;	
}

div.campaign_box p.prod_price {
	margin: 0;
	margin-top: 0.5em;
	text-align: left;
	font-size: 1em;
	font-weight: 600;
	color: #FFCC33;
	float: left;
}

div.campaign_box img.button{
	text-align: center;
	margin: 0.5em 0 0 0em;
}
/*
 * Checkout properties
 */

input#doOrder {
	width: 131px;
	height: 38px;
	background: url("../images/order2.jpg") no-repeat; 
	border: none;
	color: #FFFFFF;
	padding-bottom: 4px;
	font-weight: 600;
}
div#errorDiv {
	width: 98%;
	border: solid red 1px;
	padding: 10px;
	background: #ea6878;
	display: none;
} 

input.method {
	border: none;
}

div.tabbertab label {
	padding: 0 0 10px 0;
	
}
/**/
/*//////////////////////////////////////////////////////////////////////////////////*/
/*//////////////////////Footer//////////////////////////////////////////////////////*/
/*//////////////////////////////////////////////////////////////////////////////////*/

div#footer {
	position:absolute;
	bottom: 0;
	width: 10;
	height: 97px;
	width: 100%;

}/**/
div#footer div#footer_box {
	position: absolute;
	bottom: 0;
	width: 1016px;
	margin: 0 4px 0 4px;
	height: 74px;
	background-color: #000000;
}/**/
* html body div#main_body div#footer_box {
	bottom: -1px;
}
div#footer div#basket_last {
	top: 0;
	position: absolute;
	right: 20px;
	width: 190px;
	height: 97px;
	background: url("../images/basket_last.jpg") no-repeat;
	z-index: 10;
}

/**/
/*////////////////////////////////////////////////////////////////////////////////*/
/*//////////////////////Tree//////////////////////////////////////////////////////*/
/*////////////////////////////////////////////////////////////////////////////////*/

#tree {
	padding: 10px;
}
.dtree {
	font-family: Tahoma;
	font-size: 12px;
	color: #666;
	white-space: nowrap;
}
.dTreeNode img {
	border: 0px;
}
.dtree img {
	border: 0px;
	vertical-align: middle;
}
.dtree a {
	color: #333;
	border: 0px;
}
.dtree a.node, .dtree a.nodeSel {
	white-space: nowrap;
	padding: 1px 2px 1px 2px;
}
.dtree a.node:hover, .dtree a.nodeSel:hover {
	color: #333;
	text-decoration: underline;
}
.dtree a.nodeSel {
	background-color: #c0d2ec;
}
.dtree .clip {
	overflow: hidden;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;	
}

#producttop {
	background-color: #D9D9D9;
	color: #FFF;
	padding: 10px;
	font-weight: bold;
	border-left: 1px solid #B7b7b7;
	border-right: 1px solid #B7b7b7;	
	border-top: 1px solid #B7b7b7;		
	width: 300px;
}
#productdescription table {
	width: 100%;
	border: 0px;
	margin: 0px;
	padding: 0px;		
	
}
#productdescription table td {
	vertical-align: top;
	border: 0px;
	border-bottom: 1px solid #CCCCCC;	
	margin: 0px;
	padding: 0px;
}
#productdescription table tr {
	margin: 0px;
	padding: 0px;	
}

#productdescription {
	font-size: 9px;
	padding: 10px;
	width: 300px;	
	border-left: 1px solid #B7b7b7;
	border-right: 1px solid #B7b7b7;	
	border-bottom: 1px solid #B7b7b7;	
}
.smallbutton {
	font-size: 9px;
	color: #999;
	text-decoration: none; 
	margin-right: 5px;
}
.smallbutton:hover {
	color: #0099FF;
	text-decoration: underline;
}
.productprice {
	color: #990000;
	font-size: 18px;
	font-weight: bold;
	padding: 10px;
	background-image: url(../images/tribalTrans.gif);
	background-repeat: no-repeat;
	background-position: center;
	height: 50px;
	
}
.productpicture {
	padding: 30px; 
/*	background-color: #D9D9D9; 
	margin: 10px; 
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;	*/
}

/* Checkout */
div#main_body div#right_column #orderform table {
	border: none;
}
div#main_body div#right_column #orderform table tbody tr td.productlist_header_col {
	padding: 5;
	background: #f1f1f1;
	font-weight: 600;
	color: #434343;
	
}
div#main_body div#right_column #orderform table tr td.productlist_col_1 {
	background: white;
	color: #434343;
}
div#main_body div#right_column #orderform .graytext {
	color:#999;
}
div#right_middle div#order_box div#freight_box {
	width:410px;
	float: left;
	margin: 0 0 20px 0;
}
	div#right_middle div#order_box div#freight_box table tr td {
		border-bottom: #a9a9a9 solid 1px;
		height: 50px;
		padding: 5px 0 5px 0;
		font-size: 11px;
		color: #434343;
	}
	div#right_middle div#order_box div#freight_box table tr td.freight_radio {
		width: 20px;
		padding: 5px;
	}
		div#right_middle div#order_box div#freight_box table tr td.freight_radio input {
			border: none;
		}
	div#right_middle div#order_box div#freight_box table tr td.freight_price {
		padding: 5px;
	}
	div#right_middle div#order_box div#freight_box table tr td.freight_desc {
		padding: 5px;
	}

div#right_middle div#order_box div#customer_info {
	border: solid #c1c1c1 1px;
	padding: 15px;
	float: right;
	margin: 0 20px 0 0;
	font-size: 11px;
}

div.payment_cards input {
	border: none;
}
	div#right_middle div#order_box div#customer_info ul {
		margin: 0;
		padding:0;
	}
	div#right_middle div#customer_info ul li {
		list-style-type: none;
		margin: 0;
		padding: 0;
		margin: 0 0 7px 0;
		display: block;
		clear: both;
	}
	div#right_middle div#customer_info ul li label {
		display: block;
		width: 90px; 
		float: left;
	}
	
.productlist {
	width: 800px;
	border: 1px solid #D9D9D9;
	font-size: 12px;
	margin-bottom: 15px;
}
.productlist_col_1, .productlist_col_2, .productlist_col_3, .productlist_col_4, .productlist_col_5 {
	padding: 10px;
}

.productlist tr td.productlist_col_2 {
	width: 250px;

}
.altGridRow {
	background-color: #f2f2f2;
}
.productlist a {
	color: #0099FF;
}
a {
	color: #0099FF;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.hover {
	/*background-color: #B7B7B7;
	color: #fff;*/
}
.hover a {
	/*color: #000;
	font-weight: bold;*/
}
.productlist_paging_header {
	display: none;
}
.productlist_paging_footer {
	text-align: center;
	padding: 10px;
}
.productlist_header_col a {
	text-decoration: none;
	font-weight: bold;
}
.sortActive {
	font-weight: normal;
	background-image: url(../images/arrow.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	padding-left: 10px;
}
.productlist_header_col {
	background-color: #D9D9D9;
	padding: 10px;
}

/*
 * Makes floating objects take up space. Fix from http://www.csscreator.com/attributes/containedfloat.php
 */
.floatcontainer:after
{
	content: ".";
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility:hidden;
}

.floatcontainer
{
	display: inline-block;
}

/* Hides from IE Mac \*/
* html .floatcontainer
{
	height: 1%;
}

.floatcontainer
{
    display:block;
}
/* End Hack */