/* CSS Document */
/* Template Style */
body {
	margin: 0 0 5px 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000;
	width: 100%;
	text-align: center;
}
.clear {
	clear: both;
	height: 1px!important;
	line-height: 0.1!important;
	font-size: 1px!important;
}
a:link, a:visited {
	color: #1b518f;
	text-decoration: none;
}
a:hover {
	color: #1b518f;
	text-decoration: underline;
}
img {
	border: 0;
}
h1 {
	font-size: 180%;
	font-weight: normal;
	padding: 0 0 5px 0;
	margin: 0 0 5px 0;
}
h2 {
	font-size: 150%;
	font-weight: normal;
}
h3 {
	font-size: 120%;
	font-weight: bold;
}
#page-wrapper {
	background-color: #fff;
	padding: 0px;
	position: relative;
	margin: 0 auto 0 auto;
	width: 974px;
	text-align: left;
	border: none;
}
#header {
	clear:both;
}
.top-bar {
	background-color: #1b67da;
	height: 5px!important;
	margin-bottom: 5px;
	font-size: 1px;
	line-height: 0.1;
}
.logo-bar {
	background-color: #FFFFFF;
	height: 72px!important;
}
.logo {
	margin-left: 15px;
}
.top-banner {
	position: absolute;
	top: 13px;
	right: 0;
	width: 468px;
	height: 60px;
}
.header-bottom {
	clear: both;
	width: 974px;
}
/*Drop-down menu*/
.nav2 {
	white-space:nowrap /*IE hack*/;
	float:left;
	width:972px;
	border:1px solid #aaaaaa;
	background: #1b67da;
	font-size:100%;
} /*Color navigation bar normal mode*/
.nav2 ul {
	list-style-type:none;
	padding: 0;
	margin: 0;
}
.nav2 ul li {
	float:left;
	z-index:auto !important /*Non-IE6*/;
	z-index:1000 /*IE6*/;
	border-right:solid 1px #fff;
}
.nav2 ul li a:link, .nav2 ul li a:visited {
	float:none !important /*Non-IE6*/;
	float:left /*IE-6*/;
	display:block;
	height:2.0em;
	line-height:2.0;
	padding:0px 16px 0 16px;
	text-decoration:none;
	font-weight:bold;
	color: #fff;
}
.nav2 ul li ul {
	display:none;
	border:none;
	padding:0;
	margin: 0;
}
/*Non-IE6 hovering*/
.nav2 ul li:hover {
	position:relative;
} /*Sylvain IE hack*/
.nav2 ul li:hover a {
	background-color: #1b67da;
	text-decoration:none;
} /*Color main cells hovering mode*/
.nav2 ul li:hover ul {
	display:block;
	width:10.0em;
	position:absolute;
	z-index:999;
	top:1.9em;
	margin-top:0.1em;
	left:0;
}
.nav2 ul li:hover ul li a {
	white-space:normal;
	display:block;
	width:10.0em;
	height:auto;
	line-height:1.3em;
	margin-left:-1px;
	padding:4px 16px 4px 16px;
	border-left:solid 1px #aaa;
	border-bottom: solid 1px #fff;
	background-color: #1b67da;
	font-weight:normal;
	color: #fff;
} /*Color subcells normal mode*/
.nav2 ul li:hover ul li a:hover {
	background-color: #7cbe46;
	text-decoration:none;
} /*Color subcells hovering mode*/
/*IE6 hovering*/
.nav2 table {
	position:absolute;
	top:0;
	left:0;
	border-collapse:collapse;
}
.nav2 ul li a:hover {
	position:relative /*Sylvain IE hack*/;
	z-index:1000 /*Sylvain IE hack*/;
	background-color: #7cbe46;
	text-decoration:none;
} /*Color main cells hovering mode*/
.nav2 ul li a:hover ul {
	display:block;
	width:10.0em;
	position:absolute;
	z-index:999;
	top:1.8em;
	t\op:1.9em;
	left:0;
	marg\in-top:0.1em;
}
.nav2 ul li a:hover ul li a {
	white-space:normal;
	display:block;
	w\idth:10.0em;
	height:1px;
	line-height:1.3em;
	padding:4px 16px 4px 16px;
	border-left:solid 1px #aaa;
	border-bottom: solid 1px #fff;
	background-color: #1b67da;
	font-weight:normal;
	color: #fff;
} /*Color subcells normal mode*/
.nav2 ul li a:hover ul li a:hover {
	background-color: #7cbe46;
	text-decoration:none;
} /*Color subcells hovering mode*/
.search-bar {
	clear: both;
	background: url(/templates/template_1/img/search_bg.png) repeat-x;
	min-height: 53px;
	height: auto!important;
	height: 53px;
	text-align: center;
	border: 1px solid #aaa;
	border-top: none;
	position: relative;
}
.search-bar form {
	padding: 15px 0 5px 0;
	margin: 0;
}
.search-bar label {
	font-weight: bold;
	font-size: 16px;
	color: #727272;
	margin: 0;
	padding: 12px 0 5px 50px;
	background: url(/templates/template_1/img/magnify_glass.png) no-repeat 0 50%;
}
.header-breadcrumbs {
	clear:both;
	min-height: 15px;
	height: auto!important;
	height: 15px;
	margin-bottom: 5px;
	margin-top: 5px;
}
.header-breadcrumbs ul {
	float:left;
	list-style:none;
	padding:5px 0 5px 15px;
	margin: 0;
}
.header-breadcrumbs ul li {
	display:inline;
	padding:0px;
	font-weight:bold;
	font-size:100%;
}
.header-breadcrumbs ul a {
	color: #1b518f;
	text-decoration:none;
}
.header-breadcrumbs ul a:hover {
	color: #1b518f;
	text-decoration:underline;
}
#main {
	clear: both;
	border: none!important;
	margin-bottom: 10px;
}
.main-navigation {
	float: left;
	width: 200px;
	margin-right: 15px;
}
.categories {
	border: 1px solid #1b67da;
	margin-bottom: 15px;
}
h1.first {
	margin: 0;
	padding: 5px 10px;
	background-color: #1b67da;
	font-size: 14px;
	color: #fff;
	font-weight: bold;
}
.nav3-grid {
	padding: 0 10px 10px 10px;
	margin: 0;
}
.nav3-grid dt {
	font-weight: bold;
	margin-top: 10px;
}
.nav3-grid dd {
	display: inline;
	margin: 5px 5px 5px 0;
	padding: 0;
}
.section {
	clear: both;
	border: 1px solid #aaa;
	padding-bottom: 5px;
	margin-bottom: 15px;
}
.section h1 {
	margin: 0;
	padding: 5px 10px;
	background-color: #aaa;
	font-size: 14px;
	color: #fff;
	font-weight: bold;
}
.section p {
	margin: 10px;
}
.section .rhs-content-area {
	padding: 10px;
}
.section .rhs-content-area ul {
	padding: 0 0 0 15px;
	margin:0;
}

.section-hot {
	border: 1px solid #ed8e06;
	padding-bottom: 5px;
	margin-bottom: 15px;
	text-align: center;
}
.section-hot h1 {
	margin: 0;
	padding: 5px 10px;
	background-color: #ed8e06;
	font-size: 14px;
	color: #fff;
	font-weight: bold;
	text-align: left!important;
}
.section-hot h3 {
	margin: 0;
	padding: 5px 0;
	font-size: 13px;
	font-weight: bold;
}
.hot-container {
	text-align: center;
	padding: 0;
	margin: 0 auto;
	width: 95%;
	position: relative;
	
}	
.hot-container ul {
	padding: 10px!important;
	margin: 0;
}
.hot-container ul li {
	display: block;
	width: 30%!important;
	margin-right: 3%;
	list-style-type: none;
	float: left;
	height: 165px!important;
}
a.price:link {
	font-size: 18px;
	color: #fd0005;
}
.categories-home {
	text-align: center;
	padding: 0;
	margin: 0 auto;
	width: 95%;
	position: relative;
	
}
.categories-home ul {
	padding: 10px 10px 0 10px!important;
	margin: 0;
}
.categories-home ul li {
	display: block;
	width: 30%!important;
	margin-right: 3%;
	margin-bottom: 10px;
	list-style-type: none;
	float: left;
	height: 125px!important;
}		
.main-content-home {
	float: left;
	width: 444px;
	margin-right: 15px;
	border: none!important;
}
.main-content {
	float: left;
	width: 544px;
	margin-right: 15px;
	border: none!important;
}
.welcome {
	margin-bottom: 15px;
	border-bottom: 1px dotted #aaa;
	padding-bottom: 10px;
}
.welcome h1 {
	margin-bottom: 0;
	padding-bottom: 5px;
}
.welcome h3 {
	font-size: 105%;
	font-weight: bold;
	color: #888;
	margin: 0;
	padding: 0;
}
.main-subcontent-home {
	float: left;
	width: 300px;
}
.main-subcontent {
	float: left;
	width: 200px;
}
.top-sellers {
	text-align: center;
	padding: 0;
	margin: 0 auto;
	width: 95%;
	position: relative;
}	
.top-sellers ul {
	padding: 0;
	margin: 0;
	text-align: center
}
.top-sellers ul li {
	display: block;
	width: 44%!important;
	margin-right: 5%;
	margin-bottom: 10px;
	list-style-type: none;
	float: left;
}
.top-sellers-narrow {
	text-align: center;
	padding: 0;
	margin: 0 auto;
	width: 95%;
	position: relative;
}	
.top-sellers-narrow ul {
	padding: 0;
	margin: 0;
	text-align: center
}
.top-sellers-narrow ul li {
	display: block;
	margin-bottom: 10px;
	list-style-type: none;
}
.merchant-container, .merchant-container-narrow {
	padding-bottom: 5px;
	border-bottom: 1px dotted #aaa;
	width: 95%;
	position:relative;
	margin: 10px auto 10px auto;
}
.merchant-container ul {
	padding: 0;
	margin: 0;
}
.merchant-container ul li.merchant-logo {
	width: 48%;
	margin-right: 3%!important;
	float: left;
	display: block;
	list-style-type: none;
	height: 50px;
}
.merchant-container ul li.merchant-desc {
	width: 47%;
	float: left;
	display: block;
	list-style-type: none;
	margin-right: 0;
}
.merchant-container-narrow ul {
	padding: 0;
	margin: 0;
	text-align: center;
}
.merchant-container-narrow ul li.merchant-logo {
	display: block;
	list-style-type: none;
	height: 50px;
}
.merchant-container-narrow ul li.merchant-desc {
	display: block;
	list-style-type: none;
}										
.square-ad {
	text-align: center;
	margin-bottom: 15px;
}
#footer {
	clear: both;
	background-color: #e5e5e5;
	border: 1px solid #aaa;
	text-align: center;
}
#footer ul {
	margin: 0;
	padding: 10px;
}
#footer ul li {
	display: inline;
	margin-right: 5px;
	padding: 0;
	list-style-type: none;
}

#footer-banner{
  text-align: center;
  padding: 0px;
  padding-bottom: 10px;
}

/* Template Style */

/* Product list */

.sw_productlist {
	border: 1px solid #aaa;
	padding: 10px 20px;
	margin: 10px 0;
}
.sw_productdesc {
	padding-bottom: 10px;
	border-bottom: 1px dotted #aaa;
	margin-bottom: 15px;
	min-height: 90px;
	height: auto!important;
	height: 90px;
}
.sw_productdivider {
	display: none;
}
.sw_productlist ul {
	padding: 0;
	margin: 0;
}
.sw_productlist ul li.sw_productentry {
	list-style-type: none;
}			 	
.sw_productphoto {
	/*width: 90px;
	height: 90px;*/
	border: 1px solid #aaa;
	margin-right: 15px;
	float: left;
}
.sw_productphoto-big {
	width: 125px;
	height: 125px;
	border: 1px solid #aaa;
	margin-right: 15px;
	float: left;
}			
.sw_productdesc h3 {
	margin: 0;
	padding: 0 0 5px 0;
	font-size: 13px;
	font-weight: bold;
}
.sw_buynow {
	float: right;
	text-align: center;
	margin-left: 15px;
	width: 82px;
	display:block;
	padding:10px 0;
}
.sw_productbuy{
	font-size: 18px;
	color: #000000;
}
.sw_productlogo {
	margin-bottom: 10px;
}
.sw_productcat {
	margin: 5px 0;
}			



/*Form Styles*/


form {

	margin: 0;

	padding: 0;

}

form fieldset {

	border: 1px solid #c3c3c3;

	padding: 10px;
	margin-bottom: 10px;
 
}

form fieldset legend {

	font-size: 110%;
	color: #777;
	font-weight: bold;

}			

input.txt {

	border: 1px solid #7f9db9;

	background-color: #FFF;

	padding: 3px 2px;

}

input.required {

	border: 1px solid #237600;

	background-color: #FFF;

	padding: 3px 2px;

}

input.form_btn {

	color: #fff;

	min-height: 22px;

	border: 1px solid #2f72cf;

	background-color: #35b1ff;

	font-weight: bold;

	padding: 0 0.5em 0 0.5em;

        width: auto;

        overflow: visible;

	font-size: 100%;

}

form p {

	clear: left;

	margin: 0;

	padding: 0;

	padding-top: 5px;

}

form p label {

	float: left;

	width: 95px;

}
.required {

	color: #237600;

}

/* End Form Styles*/

