.clear
{
    clear: both;
}
img
{
    border: 0;
}
/* remove the list style */
#head_right .user
{
    float: left;
    padding: 0;
}
#head_right #nav
{
    margin: 0;
    padding: 0;
    list-style: none;
    float: left;
}

/* make the LI display inline */
/* it's position relative so that position absolute */
/* can be used in submenu */
#head_right #nav li
{
    /*float:left;*/
    display: block;
    min-width: 195px;
    background: #f1f2f3;
    position: relative; /*z-index:500;*/
    margin: 0 1px;
    line-height: 30px;
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    text-align: center;
}

/* this is the parent menu */
#head_right #nav li a
{
    display: inline-block;
    padding: 8px 5px 0 5px;
    height: 23px;
    text-decoration: none;
    font: bold 12px Arial;
    text-align: center;
    color: #333;
}

#head_right #nav li a:hover
{
    background: #fff;
    color: #222;
}

#head_right #nav li.hover
{
    position: relative;
    background: #fff;
    color: #222;
    z-index: 99999;
    padding: 0;
    border-top: 1px solid #efefef;
    border-left: 1px solid #efefef;
    border-right: 1px solid #efefef;
}
#head_right #nav li img
{
    float: left;
    position: absolute;
    left: 0;
    top: 0;
}
#head_right #nav li span
{
    float: left;
    width: 12px;
    height: 12px;
    position: absolute;
    right: 5px;
    top: 13px;
    background: url(images/images-cart/arrow.png) no-repeat;
}
/* you can make a different style for default selected value */
#head_right #nav a.selected
{
    position: relative;
    background: #fff;
    color: #000;
}
#head_right .text
{
    position: absolute;
    left: 103px;
    top: 3px;
    width: 30px;
    font: bold 14px Arial;
    color: #ff6600;
    text-align: center;
}
/* submenu, it's hidden by default */
#head_right #nav ul
{
    position: absolute;
    right: -1px;
    display: none;
    top: 31px;
    margin: 0;
    padding: 0;
    list-style: none;
    z-index: 9999;
    border-bottom: 1px solid #efefef;
    border-left: 1px solid #efefef;
    border-right: 1px solid #efefef;
}
#head_right #nav li:hover ul
{
    display:block;
}
#head_right #nav ul li
{
    min-width: 191px;
    float: left;
    border-bottom: 1px solid #eee;
    background: #fff;
}
#head_right #nav ul li:last-child
{
    border-bottom: 0;
}
#head_right #nav ul li img
{
    float: left;
    position: absolute;
    left: 10px;
    top: 8px;
}

/* display block will make the link fill the whole area of LI */
#head_right #nav ul li a
{
    display: block;
    height: 15px;
    padding: 8px 5px;
    color: #666;
    text-align: left;
    text-decoration: none;
    padding-left: 40px;
}

#head_right #nav ul li a:hover
{
    background: #f1f2f3;
    text-decoration: none;
}

/* fix ie6 small issue */
/* we should always avoid using hack like this */
/* should put it into separate file : ) */
/*	*html #nav ul {
			margin:0 0 0 -2px;
		}*/

#head_right .cart
{
    float: left;
    width: 197px;
    padding: 0;
    clear: both;
}
#head_right #nav2
{
    margin: 0;
    padding: 0;
    list-style: none;
    floa: left;
}

/* make the LI display inline */
/* it's position relative so that position absolute */
/* can be used in submenu */
#head_right #nav2 li
{
    width: 196px;
    display: block;
    position: relative;
    margin: 0 1px;
    line-height: 30px;
    background: url(images/images-cart/shop.png);
}

/* this is the parent menu */
#head_right #nav2 li a
{
    display: block;
    padding: 8px 5px 0 5px;
    height: 23px;
    text-decoration: none;
    font: bold 12px Arial;
    text-align: center;
    color: #333;
}

#head_right #nav2 li a:hover
{
    color: #222;
    background: url(images/images-cart/carthover.jpg);
}

#head_right #nav2 li.hover
{
    background: url(images/images-cart/carthover.jpg);
}
#head_right .number
{
    position: absolute;
    left: 113px;
    top: 3px;
    width: 25px;
    height: 25px;
    font: bold 14px Arial;
    color: #ff6600;
    text-align: center;
}
/*#nav2 li img{
			float:left;
			position:absolute;
			left:0; top:0
		}*/
/*#nav2 li span{
			float:left;
			width:12px; height:12px;
			position:absolute;
			right:5px; top:13px;
			background:url(images/arrow.png) no-repeat;
		}*/
/* you can make a different style for default selected value */

/* submenu, it's hidden by default */
#head_right #nav2 ul
{
    position: absolute;
    right: -1px;
    display: none;
    top: 31px;
    margin: 0;
    padding: 0;
    list-style: none;
    z-index: 9999; /*z-index:0; 			border-bottom:1px solid #efefef; 			border-left:1px solid #efefef; 			border-right:1px solid #efefef; 			border-top:1px solid #efefef;*/
    width: 320px;
}
#head_right .bgtop
{
    float: left;
    width: 320px;
    height: 7px;
    background: url(images/images-cart/bg-top.png) no-repeat top center;
}
#head_right .bgbtom
{
    width: 320px;
    height: 7px;
    background: url(images/images-cart/bg-btom.png) no-repeat bottom center;
}
#head_right .bgul
{
    width: 320px;
    background: url(images/images-cart/bg-hover.jpg);
}

#head_right .rowcart
{
    margin-top: 10px;
    float: left;
    width: 300px;
    margin: 5px;
    margin-bottom: 0;
    border-bottom: 1px dotted #ccc;
}
#head_right .borbtom
{
    border-bottom: none;
}
#head_right .colleft
{
    float: left;
    padding-left: 8px;
    width: 60px;
    height: 60px;
    text-align: center;
    background: #fff;
}
#head_right .colmid
{
    float: left;
    width: 150px;
    background: #fff;
}
#head_right .nameprod
{
    float: left;
    font: bold 12px Arial, Helvetica, sans-serif;
    color: #0082cc;
    width: auto;
    clear: both;
}
#head_right .btonreset
{
    float: left;
}

#head_right .colright
{
    background: #fff;
    float: left;
    font: bold 12px Arial, Helvetica, sans-serif;
    color: #fd8918;
}

#head_right .money
{
    margin: 0 4px 0 4px;
    float: left;
    width: 311px;
    border-top: 1px solid #ccc;
    border-bottom: 2px solid #ffbd00;
    background: #fef2ea;
    padding-bottom: 3px;
}
#head_right .total
{
    float: left;
    width: 150px;
    font: bold 12px Arial, Helvetica, sans-serif;
    color: #444;
    padding: 6px;
}
#head_right .totalprice
{
    float: right;
    width: 110px;
    font: bold 18px Arial, Helvetica, sans-serif;
    color: #790000;
    padding: 3px;
}
#head_right .buy
{
    margin: 0 4px 0 4px;
    float: left;
    width: 311px;
    background: #fff;
}
#head_right .buytext
{
    float: left;
    width: 180px;
    padding: 5px;
    font: normal 11px Arial, Helvetica, sans-serif;
    color: #444;
    background: #fff;
}
#head_right .buybton
{
    float: right;
    margin: 5px 5px 0 0;
}

#head_right .compare a
{
    position: relative;
    float: left;
    left: 2px;
    width: 143px;
    height: 24px;
    font: normal 13px Arial, Helvetica, sans-serif;
    color: #333;
    text-decoration: none;
    padding-top: 6px;
    padding-left: 50px;
    background: #f1f2f3;
    margin-left: 1px;
}
#head_right .compare a:hover
{
    color: #333;
    text-decoration: underline;
}
#head_right .iconcomp
{
    position: absolute;
    left: 20px;
    top: 5px;
    float: left;
    width: 20px;
    height: 18px;
    font: bold 14px Arial, Helvetica, sans-serif;
    color: #fff;
    text-align: center;
    padding-top: 2px;
    background: url(images/images-cart/comp.png);
}
