@charset "utf-8";
/* CSS Document */

.cart{
	vertical-align:middle;
	position:absolute;
	left: 60%;
	/* right:10px; */
	width: 110px;
	height: 32px;
	z-index: 10000;

/*	border-top: 1px solid #b9b9b9; 
	border-left: 1px solid #b9b9b9; 
	border-right: 1px solid #b9b9b9; 	
	border-bottom: 1px solid #b9b9b9; 
*/	

	background-color:#FFF;
}
	
.cart a{
	font-weight: bold; 
	margin-top:-4px;
}
.cart_box{
	height:100%; 
	width:100%; 
}
.cart_box_left{

}
.cart_box_click{
	height:100%; 
	width:100%;

}
#cart_box_main{
	width: 1118px !important;
    position:fixed;
	z-index: 10000;
	margin-left:752px;
	margin-top:34px;
}

.cart_box_in{
 	
	padding:8px;
    margin:0 0 0 -65px;
	width:300px; 

	border-bottom: 1px solid #fff; 
	border-left: 1px solid #fff; 
	border-right: 1px solid #fff; 	
	box-shadow: 5px 5px 15px #b9b9b9;
	
	background: #fff3c6; /* Old browsers */
	background: -moz-linear-gradient(top, #fff3c6 0%, #ffffff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fff3c6), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #fff3c6 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #fff3c6 0%,#ffffff 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #fff3c6 0%,#ffffff 100%); /* IE10+ */
	background: linear-gradient(to bottom, #fff3c6 0%,#ffffff 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff3c6', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
	
	
}
.cart_btn{
	margin: 0 auto;
	width: 180px;
	height: 28px;
	border-top: 1px solid #f3a31b; 
	border-left: 1px solid #f3a31b; 
	border-right: 1px solid #f3a31b; 	
	border-bottom: 1px solid #f3a31b; 
	
	border-radius: 4px 4px 4px 4px; /*w3c border radius*/
	-webkit-border-radius: 4px 4px 4px 4px;
	-moz-border-radius: 4px 4px 4px 4px;

	background: #ffdb5b; /* Old browsers */
	background: -moz-linear-gradient(top, #ffdb5b 0%, #ffe066 36%, #ffd11a 37%, #ffd754 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffdb5b), color-stop(36%,#ffe066), color-stop(37%,#ffd11a), color-stop(100%,#ffd754)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffdb5b 0%,#ffe066 36%,#ffd11a 37%,#ffd754 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffdb5b 0%,#ffe066 36%,#ffd11a 37%,#ffd754 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffdb5b 0%,#ffe066 36%,#ffd11a 37%,#ffd754 100%); /* IE10+ */
	background: linear-gradient(to bottom, #ffdb5b 0%,#ffe066 36%,#ffd11a 37%,#ffd754 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffdb5b', endColorstr='#ffd754',GradientType=0 ); /* IE6-9 */

}

.cart_btn p{
	margin: 0 auto;
	color:#000000;
	padding-top:6px;
 	font-size:12px;
  	text-align:center;
	font-weight: bold; 
}
	

.cart_btn_place {
  color:#274480;
  height:40px;
  padding-top: 8px;

  width:99.5%;
}

a { text-decoration: none; 
}
ul{ 
	list-style: none; 
}
/* 
	LEVEL ONE
*/
ul.dropdown{ 
	position: relative;
 }
ul.dropdown li{ 
	float: left; 
	zoom: 1; 
 }
ul.dropdown a:hover{ 
	color:#000; 
 }
 
ul.dropdown a:active{ 
	color:#000;
 }
ul.dropdown li a{ 
	display:block; 
	padding: 0px 43px; 
	border-right: 1px solid #333;
	color: #222; 
	font:Arial, Helvetica, sans-serif;
	font-size:16px;
 }
ul.dropdown li:last-child a{ 
	border-right: none; 
 } /* Doesn't work in IE */
ul.dropdown li.hover,
ul.dropdown li:hover {
 	display:block; 
 	position: relative; 
	margin-top:-12px;
	paddin-top:10px;

	height:32px;
	width:110px;
	background: #FFF3C6; /* Old browsers */
	
  }
ul.dropdown li.hover a{ 
 	color:#000;
	padding-top:12px;
 }


/* 
	LEVEL TWO
*/
ul.dropdown ul{ 
	width: 223px; 
	visibility: hidden; 
	position: absolute; 
	top: 100%;
	left: auto ! important; 
	right: 23px; 
}
	
.arrow_location	{
	left:79px;
	top:12px;
	position: absolute; 
	z-index:20;
}
.cart_icon_location	{
	left:16px;
	top:4px;
	position: absolute; 
	z-index:20;
}


/*
	GRID LAYOUT
*/

.containerDiv {
	border-top: 1px solid #FFF; 
	border-left: 1px solid #FFF; 
	border-right: 1px solid #FFF; 	
	border-bottom: 1px solid #FFF; 
	width: 99%; display:table
}
.rowDivHeader {

 	color:#000000;
 	font-size:14px;
 	display:table-row;
  	height:30px;
  	text-align:center;
	font-weight: bold;
	
	
	background: #ffdb5b; /* Old browsers */
	background: -moz-linear-gradient(top, #ffdb5b 0%, #ffe066 36%, #ffd11a 37%, #ffd754 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffdb5b), color-stop(36%,#ffe066), color-stop(37%,#ffd11a), color-stop(100%,#ffd754)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffdb5b 0%,#ffe066 36%,#ffd11a 37%,#ffd754 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffdb5b 0%,#ffe066 36%,#ffd11a 37%,#ffd754 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffdb5b 0%,#ffe066 36%,#ffd11a 37%,#ffd754 100%); /* IE10+ */
	background: linear-gradient(to bottom, #ffdb5b 0%,#ffe066 36%,#ffd11a 37%,#ffd754 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffdb5b', endColorstr='#ffd754',GradientType=0 ); /* IE6-9 */
   
}
.rowDiv_first {
  border: 1px solid #668db6;

  display:table-row;
  color:#274480;
  font-size:14px;
  height:30px;
  padding: 10px;
}
.rowDiv_second {
  border: 1px solid #668db6;

  display:table-row;
  color:#274480;
  font-size:14px;
  height:30px;
  padding: 10px;
}
.cellDivHeader_left {
  border-right: 1px solid white;
  display: table-cell;
  width:65%;
  padding: 10px;
  text-align: center; 
}
.cellDivHeader_right {
  display: table-cell;
  width:35%;
  padding: 10px;
  text-align: center; 
}
.cellDiv_left {
  border-right: 0px solid white;
  border-top: 0px solid white;
  display: table-cell;
  width:65%;
  padding: 5px;
  padding-left: 15px;
  text-align: left;
  border-bottom: none;
}
.cellDiv_right{
  border-top: 0px solid white;
  display: table-cell;
  width:35%;
  padding: 5px;
  padding-right: 15px;
  text-align: right;
  border-bottom: none;
}