@charset "utf-8";
html
{
		overflow-y: scroll;
		overflow: -moz-scrollbars-vertical;	
}
img
{
	border:none;
}
.textboxcss {
	color: #333333;
	background-color: #f7fcff;
	border: 1px solid #7f9db9;
	padding: 2px;
	margin:2px;
	width:120px;
}
.textboxcss:hover {
	color: #333333;
	background-color: #FFFFFF;
	border: 1px solid #7f9db9;
	padding: 2px;
	margin:2px;
	width:120px;
}

/*Header part Css Start here*/
.header
{
	background:url(../img/header_bg.gif) left top no-repeat;
	height:179px;
}
a:link.cart, a:visited.cart
{
	color:#2f465a;
	text-decoration:underline;
	font-weight:bold;
}
a:hover.cart
{
	color:#2f465a;
	text-decoration:none;
	font-weight:bold;
}
.nav
{
	height:44px;
}
.nav-td
{
	border-top:1px solid #0072b1;
	border-bottom:1px solid #0072b1;
	padding-left:16px;
	padding-right:16px;
	background-color:#dbf6ff;
}
a:link.navlink, a:visited.navlink
{
	color:#303030;
	text-decoration:none;
}
a:hover.navlink
{
	color:#303030;
	text-decoration:underline;
}

.nav-line
{
	background:url(../img/nav_img/line.gif) center center no-repeat;
	width:1px;
	border-top:1px solid #0072b1;
	border-bottom:1px solid #0072b1;
	background-color:#dbf6ff;
}
/*Header part Css End here*/
/*contant part Css start here*/
.contant
{
	background:url(../img/contant_bg.gif) left top no-repeat;
	padding-top:28px;
	padding-bottom:15px;
}
.leftpart
{
	width:222px;
}
.left-box-td
{
	padding-bottom:10px;	
}
.serchbox-midpart
{
	width:187px;
	height:35px;
	border-top:1px solid #8cbfdc;
	border-bottom:1px solid #8cbfdc;
	background-color:#edf8fe;	
}
.box-midpart
{
	width:187px;
	height:32px;
	background:url(../img/leftpart_img/box_midd_bg.gif) left top repeat-x;
	color:#FFFFFF;
	font-weight:bold;
	padding-left:10px;
	text-transform:uppercase;
}
.box-rightarrow
{
	height:32px;
	background:url(../img/leftpart_img/box_midd_bg.gif) left top repeat-x;
	
}
.box-contant
{
	background:url(../img/leftpart_img/box_cont_bg.gif) left bottom no-repeat;
	padding-bottom:8px;
	padding-top:10px;
	background:#e7f3f9;
	padding-left:17px;
	padding-right:10px;
}
a:link.box-link, a:visited.box-link
{
	color:#2f465a;
	text-decoration:none;
}
a:hover.box-link
{
	color:#2f465a;
	text-decoration:underline;
}
.box-contant-title
{
	font-weight:bold;
	margin:0;
	padding:7px 0 0 0;
}
.box-contant ul
{
	margin:0;
	padding:0 0 0 20px;
	list-style:url(../img/leftpart_img/arrow.gif);
	list-style-position:outside;
}
.news
{
	font-weight:bold;
	line-height:18px;
	float:left;
}
/*contant part Css End here*/
/* Right part Css Start Here */
.rightpart
{
}
.cont_heading_table
{
	font-weight:bold;
	text-transform:uppercase;
	height:30px;
	line-height:22px;
	border-bottom:3px solid #68a9c7;
}
.product-td
{
	padding-left:25px;
	padding-right:25px;
}
.product_img
{
	border:1px solid #666666;
}
.product-name
{
	height:43px;
}
a:link.product-name, a:visited.product-name
{
	color:#2f465a;
	text-decoration:none;
	font-weight:bold;
}
a:hover.product-name
{
	color:#2f465a;
	text-decoration:underline;
	font-weight:bold;
}
.price
{
	font-weight:bold;
	padding-top:15px;
}
.product-special-price
{
	color:#f63600;
}
.bg_line_y
{
	background:url(../img/rightpart_img/line_y.gif) center top repeat-y;
	width:40px;
}
.bg_line_x
{
	background:url(../img/rightpart_img/line_x.gif) left center repeat-x;
	height:40px;
}

/* Right part Css End Here */
/*footer part css start here */
.footer
{
	border-top:3px solid #68a9c7;
	height:60px;
	padding-top:10px;
}
a:link.footerlink, a:visited.footerlink
{
	color:#2f465a;
	text-decoration:none;
}
a:hover.footerlink
{
	color:#2f465a;
	text-decoration:underline;
}
/*footer part css End Here*/
