@charset "utf-8";

body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #FFF;
	background-repeat: repeat-x;
	height: 35px;
}
#pageflip {
	position: relative;
}
#pageflip img {
	width: 102px;
	height: 106px;
	z-index: 99;
	position: absolute;
	right: 0;
	top: 0px;
	-ms-interpolation-mode: bicubic;
}
#pageflip .msg_block {
	width: 102px;
	height: 102px;
	position: absolute;
	z-index: 50;
	right: 0px;
	top: 0;
	background: url(subscribe.png) no-repeat right top;
	text-indent: -9999px;
}
#pageflipleft {
	position: relative;
}
#pageflipleft img {
	width: 102px;
	height: 106px;
	z-index: 99;
	position: absolute;
	left: 0;
	top: 0px;
	-ms-interpolation-mode: bicubic;
}
#pageflipleft .msg_block1 {
	width: 102px;
	height: 102px;
	position: absolute;
	z-index: 50;
	left: 0px;
	top: 0;
	background: url(subscribe1.png) no-repeat left top;
	text-indent: -9999px;
}

.twoColFixLtHdr #container {
	width: 1050px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #171717;
	margin-right: auto;
	margin-left: auto;
	color: #FFF;
} 
.twoColFixLtHdr #header {
	height: 131px;
	width: 1050px;
	margin: 0 auto;
} 
.twoColFixLtHdr #nav {
	text-align: right;
	/*padding-top: 47px;*/
	padding-top: 27px;

}
.twoColFixLtHdr #nav .menu  {
	font-size: 12px;
	float: right;
	width: 550px;
	font-weight: bold;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #FFF;
}
.twoColFixLtHdr #nav .menu  a {
text-decoration:none;
	color: #FFF;
}
.twoColFixLtHdr #nav .cart  {
	width: 500px;
	float: right;
	margin-top: 15px;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
}



.twoColFixLtHdr #nav ul  {
	color: #F4F7FC;
	margin: 0;
	padding: 0;
	list-style: none;
}
.twoColFixLtHdr #nav ul li{
	list-style-position: outside;
	list-style-image: none;
	list-style-type: none;
	color: #F4F7FC;
	float: right;
	font-size: 11px;
	font-weight: normal;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 15px;
}

.twoColFixLtHdr #logo {
	width: 464px;
	text-align: left;
	float: left;

}
.twoColFixLtHdr #menu {
	width: 1050px;
	text-align: left;
	height: 35px;
	margin-left: auto;
	margin-right: auto;
	text-decoration: none;
	background-color: #171717;
	list-style: none;
}



.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #menu ul  {
	color: #F4F7FC;
	margin: 0;
	padding: 0;
	list-style: none;
}

.twoColFixLtHdr #menu ul li{
	list-style-position: outside;
	list-style-image: none;
	list-style-type: none;
	color: #F4F7FC;
	margin: 2px 0 0 20px;
	float: left;
	padding-top: 8px;
	font-size: 13px;
	font-weight: normal;
}
.twoColFixLtHdr #menu ul li a {
	text-decoration: none;
	color: #FFF;
	font-weight: bold;
}

/* Sidebar1 **/
.twoColFixLtHdr .sidebar1 {
	background-color: #171717;
	float: left;
	margin-left: 8px;
	width: 184px;
}
.twoColFixLtHdr .sidebar1 .popular  {
	background-color: #F2F2F2;
}

.twoColFixLtHdr .sidebar1 .popular ul {
	color: #171717;
	list-style: none;
	background-color: #F2F2F2;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	font-weight: bold;
}

.twoColFixLtHdr .sidebar1 .popular ul li {
	list-style-position: outside;
	list-style-image: none;
	list-style-type: none;
	color: #000;
	font-size: 11px;
	margin-left: 12px;
	padding-top: 3px;
	padding-bottom: 3px;
	font-weight: bold;
	font-style: normal;
}

.twoColFixLtHdr .sidebar1 .popular ul li a {
	text-decoration: none;
	color: #171717;
}
.twoColFixLtHdr .sidebar1 .popular ul li a:hover {
	text-decoration: none;
	color: #336799;
}
.twoColFixLtHdr .sidebar1 .searchby {
	background-color: #336799;
	height: 130px;
}
.twoColFixLtHdr .sidebar1 .searchinputprice  {
	background-image: url(file:///C|/Users/Emrah/Desktop/VN New/images/shopbypriceinput.jpg);
	height: 22px;
	width: 184px;
}
.twoColFixLtHdr .sidebar1 .searchinputbrand  {
	height: 22px;
	width: 184px;
	background-color: #336799;
}
.twoColFixLtHdr .sidebar1 .searchinputprice select   {
	height: 22px;
	width: 144px;
	margin-left: 20px;
}
.twoColFixLtHdr .sidebar1 .searchinputbrand select  {
	height: 22px;
	width: 144px;
	margin-left: 20px;
}

/* Sidebar1ie7 **/
.twoColFixLtHdr .sidebar1ie7 {
	background-color: #171717;
	float: left;
	margin-left: 8px;
	width: 184px;
}
.twoColFixLtHdr .sidebar1ie7 .popular  {
	background-color: #F2F2F2;
}

.twoColFixLtHdr .sidebar1ie7 .popular ul {
	color: #171717;
	list-style: none;
	background-color: #F2F2F2;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	font-weight: bold;
}

.twoColFixLtHdr .sidebar1ie7 .popular ul li {
	list-style-position: outside;
	list-style-image: none;
	list-style-type: none;
	color: #000;
	font-size: 11px;
	margin-left: 12px;
	padding-top: 3px;
	padding-bottom: 3px;
	font-weight: bold;
	font-style: normal;
}

.twoColFixLtHdr .sidebar1ie7 .popular ul li a {
	text-decoration: none;
	color: #171717;
}
.twoColFixLtHdr .sidebar1ie7 .popular ul li a:hover {
	text-decoration: none;
	color: #336799;
}
.twoColFixLtHdr .sidebar1ie7 .searchby {
	background-color: #336799;
	height: 130px;
}
.twoColFixLtHdr .sidebar1ie7 .searchinputprice  {
	background-image: url(file:///C|/Users/Emrah/Desktop/VN New/images/shopbypriceinput.jpg);
	height: 22px;
	width: 184px;
}
.twoColFixLtHdr .sidebar1ie7 .searchinputbrand  {
	height: 22px;
	width: 184px;
	background-color: #336799;
}
.twoColFixLtHdr .sidebar1ie7 .searchinputprice select   {
	height: 22px;
	width: 144px;
	margin-left: 20px;
}
.twoColFixLtHdr .sidebar1ie7 .searchinputbrand select  {
	height: 22px;
	width: 144px;
	margin-left: 20px;
}


.twoColFixLtHdr #mainContent {
	width:852px;
	background-color: #171717;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 198px;
	text-align: left;
} 
.twoColFixLtHdr #container #mainContent .slideshow {
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 2px;
}
.twoColFixLtHdr #container #mainContent .footerbanner {
	/* margin-right: 5px; */
	margin-bottom: 5px;
	/* margin-left: 3px; */
}

.twoColFixLtHdr #container #mainContent .productSlider {
	margin-bottom: 8px;
	width: 844px;
	margin-top: 7px;
	margin-left: 3px;
}
.twoColFixLtHdr #container #mainContent .productSlider .slideitem{
	float: left;
	width: 204px;
}
.twoColFixLtHdr #container #mainContent .productSlider .lastitem {
	float: left;
	width: 204px;
}






.twoColFixLtHdr #footer {
	background-color: #171717;
	padding-top: 5px;
	padding-bottom: 0;
	overflow: hidden;
	padding-left: 191px;
} 
.twoColFixLtHdr #footer .footertext{
	background-color: #171717;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	text-align: center;
	color: #FFF;
	padding-top: 10px;
	float: left;
	padding-bottom: 5px;
	width: 100%;
}
.twoColFixLtHdr #footer .footertext a {
	background-color: #171717;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	text-align: center;
	color: #FFF;
	padding-top: 10px;

	padding-bottom: 5px;
	width: 100%;
	text-decoration:none;
}

.twoColFixLtHdr #footer .col{
	width: 204px;
	text-decoration: none;
	list-style-position: outside;
	list-style-image: none;
	list-style-type: none;
	float: left;
	padding-left: 9px;

}
.twoColFixLtHdr #footer .collast{
	width: 204px;
	text-decoration: none;
	list-style-position: outside;
	list-style-image: none;
	list-style-type: none;
	float: left;

}
.twoColFixLtHdr #footer .coloumn img{
	margin: 5px;
}

.twoColFixLtHdr #container #footer .col h1 {
	font-size: 18px;
	font-weight: normal;
	color: #336699;
	margin-top: 0px;
}
.twoColFixLtHdr #container #footer .col ul {
	margin: 0px;
	padding: 0px;
	list-style-position: outside;
	list-style-image: none;
	list-style-type: none;
}
.twoColFixLtHdr #container #footer .col ul li {
	color: #FFF;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	margin-bottom: 5px;
}
.twoColFixLtHdr #container #footer .col ul li a {
	color: #FFF;
	text-decoration:none;
}





.twoColFixLtHdr #footerHome {
	background-color: #171717;
	padding-top: 15px;
	padding-left: 20px;
	padding-bottom: 0;
	overflow: hidden;
	width: 99%;
}

.twoColFixLtHdr #container #footerHome th {
	font-size: 18px;
	font-weight: normal;
	color: #336699;
	margin-top: 0px;
	text-align: left;
}

.twoColFixLtHdr #container #footerHome td {
	vertical-align: top;
	width: 25%;
}

.twoColFixLtHdr #container #footerHome ul {
	margin: 0px;
	padding: 0px;
	list-style-position: outside;
	list-style-image: none;
	list-style-type: none;
}
.twoColFixLtHdr #container #footerHome ul li {
	color: #FFF;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	margin-bottom: 5px;
}
.twoColFixLtHdr #container #footerHome ul li a {
	color: #FFF;
	text-decoration:none;
}




.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.twoColFixLtHdr #menu .search-form {
	float: left;
	width: 200px;
	list-style-position: outside;
	list-style-image: none;
	list-style-type: none;
	text-align: right;
	height: 21px;
	color: #FFF;
	padding-top: 7px;
	padding-right: 5px;
	padding-bottom: 7px;
	padding-left: 0px;
}
.twoColFixLtHdr #container #mainContent #breadcrumb .breadcrumbtail{
	
	background-color: #FFF; 
	font-size: 12px; 
	padding-top: 10px; 
	width: 810px;
	color:#000;
	text-decoration:none;
	padding-left: 33px; 
	padding-top: 20px;
	height:15px;
}

.twoColFixLtHdr #container #mainContent #breadcrumbIE8 .breadcrumbtail {
	
	background-color: #FFF; 
	font-size: 12px; 
	padding-top: 10px; 
	width: 811px;
	color:#000;
	text-decoration:none;
	padding-left: 33px; 
	padding-top: 20px;
	height:15px;
} 

.twoColFixLtHdr #container #mainContent #breadcrumb .breadcrumbtail a{
	color:#000;
	text-decoration:none;
}
.twoColFixLtHdr #container #mainContent #breadcrumb .breadcrumbtail a:hover{
	color:#000;
	text-decoration:underline;
} 
