.hide,
.hideinner span {
	display:none;
}
.cb,.clearboth,.clearfloat {
	clear:both;
	font-size:0;
	height:0;
}

body {
	margin:0;
	padding:0;
	background:url(../images/background_repeat.jpg) #f1f1f1 repeat-x top;
	font-family:'Segoe UI',Arial,Tahoma,sans-serif;
	font-size:12pt;
}
#header {
	background:url(../images/background_static.jpg) no-repeat top center;
	height:227px;
	min-width:980px;
}
.pagewidth {
	width:980px;
	margin:0 auto;
}
#header .pagewidth {
	height:227px;
	position:relative;
}
#header h1.logo {
	width:300px;
	height:150px;
	background:url(../images/logo.png) no-repeat top left;
	margin:0;
	padding:0;
	position:absolute;
	top:51px;
	left:-12px;
}

#breadcrumb {
	font-size:.7em;
	color:#ccc;
}
#breadcrumb a {
	color:#999;
	text-decoration:none;
}
#header ul#main_menu {
	position:absolute;
	line-height:30px;
	top:155px;
	left:113px;
	margin:0;
	padding:0;
	font-size:1.1em;
}
#header ul#main_menu > li {
	float:left;
	clear:none;
	margin:0;
	padding:0 2px;
	list-style-type:none;
	position:relative;
	z-index:100;
}
#header ul#main_menu > li > a {
	display:block;
	color:#888;
	text-decoration:none;
	padding:0 8px;
	text-transform:lowercase;
}
#header ul#main_menu > li > a:hover {
	color:#555;
	text-decoration:underline;
}
#header ul#main_menu > li > ul {
	position:absolute;
	top:100%;
	left:-10px;
	border:1px solid #ddd;
	border-top-width:3px;
	background:#fff;
	width:550px;
	display:none;
}
#header ul#main_menu > li:hover > ul {
	display:block;
}
#header ul#main_menu > li.products > a:hover, #header ul#main_menu > li.products:hover > a {
	background:#ddd;
	color:#222 !important;
}
#header ul#main_menu > li > ul {
	position:absolute;
	top:100%;
	left:-40px;
}
#header ul#main_menu > li ul {
	margin:0;
	padding:0;
	list-style-type:none;
}
#header ul#main_menu > li > ul > li {
	float:left;
	clear:none;
	margin:0;
	padding:0;
	width:100px;
	padding:5px;
	line-height:20px;
	font-size:.9em;
	border-top:1px solid #D66D0F;
}



#header ul#main_menu > li > ul > li > a {
	font-weight:bold;
	border-bottom:1px solid #ccc;
	margin:0 0 5px;
	color:#999;
	display:block;
	text-decoration:none;
	text-transform:uppercase;
}
#header ul#main_menu > li > ul > li:hover > a {
	color:#000;
}

#header ul#main_menu > li > ul > li a {
	font-size:.7em;
}
#header ul#main_menu > li > ul > li > ul {
	padding:2px 0;
}
#header ul#main_menu > li > ul > li > ul > li > a {
	display:block;
	padding:3px 5px;
	color:#555;
	text-decoration:none;
}
#header ul#main_menu > li > ul > li > ul > li > a:hover {
	color:#000;
}

#header ul#main_menu > li > ul > li > ul li {
	position:relative;
}
#header ul#main_menu > li > ul > li > ul li > ul {
	display:none;
	position:absolute;
	top:0;
	left:100%;
	background:#eee;
	padding:5px 9px;
	white-space:nowrap;
}
#header ul#main_menu > li > ul > li > ul li:hover {
	background:#eee;
	z-index:500;
}
#header ul#main_menu > li > ul > li > ul li:hover > ul {
	display:block;
}
#header ul#main_menu > li > ul > li > ul li a {
	color:#555;
	text-decoration:none;
	display:block;
}
#header ul#main_menu > li > ul > li > ul li:hover > a {
	color:#000;
}
#header ul#main_menu > li > ul > li > ul li a:hover {
	color:#000;
}



#pagecontent {
	padding:5px 0 15px;
	background:#fff;
	min-width:980px;
	min-height:300px;
}
#pagecontent .pagewidth {
	width:900px !important;
	padding:0 40px !important;
}

#pagecontent h2 {
	margin:0 0 10px;
	line-height:40px;
	font-size:1.7em;
	color:#999;
	font-weight:normal;
}

#footer {
	padding:20px 0 5px;
	min-width:980px;
	background:url(../images/footer_static.jpg) no-repeat top center;
}
#footer p {
	margin:30px 10px;
	color:#666;
}

#designbymindseed {
	float:right;
	margin-top:-70px;
}




#flipperbox {
	margin:10px 0 0;
}
#flipperbox var {
	display:none;
}
#flipperbox .pagelist {
	margin:0;
	padding:0;
	height:50px;
}
#flipperbox .pagelist li {
	margin:0;
	padding:0;
	list-style-type:none;
	float:left;
	clear:none;
}
#flipperbox .pagelist li a {
	display:block;
	padding:0 15px 15px;
	margin:0 10px;
	line-height:45px;
	font-size:1em;
	position:relative;
	text-decoration:none;
	color:#347FC2;
	cursor:pointer;
}
#flipperbox .pagelist li.tfb_selected a {
	background:url(../images/flipperboxlabel.gif) no-repeat top right;
	color:#fff;
}

#flipperbox #flipperboxpos {
	border-top:1px solid #ccc;
	margin:-5px 0 0;
	position:relative;
	z-index:2;
	background:#fff;
	height:850px;
	overflow:hidden;
	clear:both;
}
#flipperboxpos .entry {
	position:absolute;
	top:0;
	left:0;
	padding:10px 0;
	width:900px;
	background:#fff;
}
#flipperboxpos .entry h3 {
	margin:0 10px 10px;
	font-weight:normal;
	color:#777;
}
#flipperboxpos .entry h4 {
	margin:10px 0;
	font-weight:bold;
	color:#888;
	border-bottom:1px solid #eee;
	font-size:.7em;
	padding:1px 10px 5px;
}
#flipperboxpos .entry h3 strong {
	font-weight:normal;
	color:#b30;
}
#flipperboxpos .entry .product {
	width:185px;
	height:160px;
	float:left;
	clear:none;
	position:relative;
	font-size:.8em;
	padding:40px 9px 15px;
	border:1px solid #fff;
	margin:0 10px;
}
#flipperboxpos .entry .product:hover {
	background:#f5f5f5;
	border-color:#ccc;
}
#flipperboxpos .entry .product .image {
	display:block;
	height:118px;
}
#flipperboxpos .entry .product .image a {
	display:block;
	margin:0 auto 10px;
	text-align:center;
}
#flipperboxpos .entry .product .image a img {
	border:2px solid #ddd;
	padding:6px;
	background-color:#fff;
	max-height:100px;
}
#flipperboxpos .entry .product .title {
	display:block;
	text-align:center;
	width:203px;
	position:absolute;
	top:0;
	left:0;
	font-size:.9em;
	padding:2px 0;
	border-bottom:1px solid #eee;
}
#flipperboxpos .entry .product:hover .title {
	background:#ccc;
}
#flipperboxpos .entry .product .title a {
	color:#666;
	text-decoration:none;
}
#flipperboxpos .entry .product:hover .title a {
	color:#07c;
	text-decoration:none;
}
#flipperboxpos .entry .product .title a:hover {
	text-decoration:underline;
}
#flipperboxpos .entry .product .price {
	display:block;
	text-align:center;
	font-size:1em;
	font-weight:bold;
}
#flipperboxpos .entry .product:hover .price {
	color:#050;
}
#flipperboxpos .entry .product .addtocart {
	display:block;
	text-align:center;
	width:203px;
	position:absolute;
	bottom:0;
	left:0;
	border-top:1px solid #fff;
}
#flipperboxpos .entry .product:hover .addtocart {
	border-top:1px solid #ddd;
}
#flipperboxpos .entry .product .addtocart input.submit {
	display:block;
	text-align:center;
	background:#fff;
	color:#bbb;
	width:203px;
	height:30px;
	border:0;
	cursor:pointer;
}
#flipperboxpos .entry .product:hover .addtocart input.submit {
	background:#aaa;
	color:#fff;
	font-weight:bold;
}
#flipperboxpos .entry .product .addtocart input.submit:hover {
	background:#c70;
}



#footer h2 {
	font-weight:normal;
	margin:0 20px;
	padding:15px 0 5px;
	font-size:1.1em;
	color:#777;
}
#footer-sitemap {
	font-size:1em;
	margin:0 20px;
}
#footer-sitemap > ul {
	margin:5px 0 15px;
	padding:20px 0;
	border:1px solid #ccc;
	border-width:1px 0;
	overflow:auto;
	position:relative;
}
#footer-sitemap ul li {
	list-style-type:none;
}
#footer-sitemap ul li a {
	color:#555;
	text-decoration:none;
	display:block;
}
#footer-sitemap ul li a:hover {
	color:#000;
}
#footer-sitemap ul li ul {
	margin:2px 10px;
	padding:0;
}
#footer-sitemap > ul > li {
	overflow:hidden;
}
#footer-sitemap > ul > li.home, #footer-sitemap > ul > li.resources, #footer-sitemap > ul > li.contactus {
	width:170px;
	position:absolute;
}
#footer-sitemap > ul > li.home {
	top:20px;
}
#footer-sitemap > ul > li.resources {
	top:50px;
}
#footer-sitemap > ul > li.contactus {
	top:80px;
}
#footer-sitemap > ul > li.products {
	margin-left:210px;
}

#footer-sitemap > ul > li.products > a {
	border-bottom:1px solid #ddd;
	margin-bottom:10px;
	padding-bottom:5px;
}
#footer-sitemap > ul > li > ul > li {
	float:left;
	clear:none;
	width:140px;
	margin-left:0;
}
#footer-sitemap > ul > li > ul > li > a {
	font-size:.9em;
}
#footer-sitemap > ul > li > ul > li > ul {
	font-size:.8em;
	margin:0 !important;
}
#footer-sitemap > ul > li > ul > li > ul > li {
	margin-left:10px;
}
#footer-sitemap > ul > li > ul > li > ul > li > ul {
	display:none;
}


/* --------------------------------------
Store Styles
-------------------------------------- */

.product-content-wrapper h3 {
	font-weight:normal;
	margin:0 0 5px 0;
	font-size:1.4em;
	color:#22c;
}
.product-content-wrapper h3 a {
	color:#22c;
	text-decoration:none;
}
.product-wrapper:hover h3 a {
	color:#77f;
}
.product-wrapper h3 a:hover {
	text-decoration:underline;
}
.desc {
	padding:10px 0;
}

/* ----       Category Page       ---- */
.subcat_list {
	border:1px solid #eee;
	padding:10px 15px;
	margin:10px 0 20px;
}
.subcat_list li {
	padding:0;
	margin:5px 0;
	list-style-type:none;
	background:#f5f5f5;
	border:1px solid #ddd;
}
.subcat_list li a {
	color:#090;
	text-decoration:none;
	padding:5px 10px 5px 30px;
	display:block;
}


.product-wrapper {
	border:1px solid #ccc;
	border-width:1px 0 1px 1px;
	padding:15px 10px 10px;
	margin:0 0 -1px;
	position:relative;
	min-height:80px;
}
.product-images {
	float:left;
	margin:0 0 5px 10px;
}
.product-images img {
	border:0;
}
.inventory_cataloge .additional-thumb-wrapper {
	display:block;
	border:1px solid #ccc;
	font-size:0;
}
.inventory_cataloge .additional-thumb-wrapper img {
	margin:3px;
}
.inventory_cataloge .product-content-wrapper {
	margin:0 200px 10px 200px;
	font-size:.8em;
}
.inventory_cataloge .price-info {
	position:absolute;
	top:0;
	right:0;
	width:150px;
	border:1px solid #ccc;
	border-top-width:0;
	height:100%;
	background:#f9f9f9;
}
.inventory_cataloge .price-info a, .inventory_cataloge .price-info span {
	display:block;
}
.inventory_cataloge .price-info a {
	border-top:1px solid #ccc;
	text-decoration:none;
	text-align:left;
	color:#777;
	line-height:28px;
	padding:0 10px;
	font-size:.9em;
}
.inventory_cataloge .price-info a:hover {
	color:#000;
}
.inventory_cataloge .price-info input.submit {
	border:0;
	border-top:1px solid #ccc;
	background:#f9f9f9;
	text-decoration:none;
	text-align:left;
	color:#777;
	height:28px;
	width:150px;
	padding:0 8px 2px;
	font-size:.9em;
	cursor:pointer;
}
.inventory_cataloge .price-info input.submit:hover {
	color:#000;
}

.inventory_cataloge .price-info span.price {
	color:#070;
	font-size:1.2em;
	text-align:right;
	line-height:35px;
	padding:0 10px;
}
.inventory_cataloge .price-info span.price span {
	display:inline !important;
	font-size:.7em;
	color:#999;
	font-weight:bold;
	margin:0 !important;
	padding:0 !important;
}



/* ----       Product  Page       ---- */


.product-page .product-content-wrapper {
	margin:0 400px 10px 0;
	font-size:.8em;
}
.prod-img-gallery .main-image-wrapper img {
	margin:0 auto;
}
.prod-img-gallery .additional-thumb-wrapper {
	display:block;
	border:1px solid #ccc;
	text-align:center;
	margin-top:20px;
}
.prod-img-gallery .additional-thumb-wrapper h3 {
	font-size:.9em;
	padding:5px 10px;
	margin:0;
	font-weight:normal;
	border-bottom:1px solid #ddd;
	text-align:left;
	background:#f5f5f5;
}
.prod-img-gallery .additional-thumb-wrapper span {
	float:left;
	clear:none;
	width:25%;
}
.prod-img-gallery .additional-thumb-wrapper img {
	margin:10px auto;
}
.prod-sidebar {
	float:right;
	margin:5px 0;
	width:350px;
}
.prod-sidebar .price-info {
	border:1px solid #ccc;
	margin-bottom:20px;
	background:#f7f7f7;
	font-size:1.3em;
	position:relative;
	line-height:60px;
	height:60px;
}
.prod-sidebar .price-info span.price {
	width:153px;
	display:block;
	border-right:1px solid #eee;
	padding:0 10px;
	float:left;
	clear:none;
	color:#070;
	background:#f7f7f7;
	line-height:57px;
}
.prod-sidebar .price-info span.price span {
	display:inline !important;
	font-size:.7em;
	color:#999;
	font-weight:bold;
	margin:0 !important;
	padding:0 !important;
}
#addtocart_block {
	position:absolute;
	top:-5px;
	left:165px;
	width:186px;
	height:68px;
	background:#000;
	border:1px solid #970;
}

.prod-sidebar .price-info form {
	padding:0;
	position:relative;
	width:186px;
	height:68px;
}
.prod-sidebar .price-info #quan {
	font-size:.7em;
	background:#fff;
	border:#090 solid 1px;
	outline:0;
	width:25px;
	text-align:center;
	padding:5px;
	color:#070;
	position:absolute;
	top:20px;
	left:54px;
	z-index:11;
}
.prod-sidebar .price-info #quan:focus {
	background:#fff;
	color:#444;
}
.prod-sidebar .price-info #submit {
	font-size:.9em;
	background:url(../images/proceed_s.jpg) #228504 repeat-x top;
	outline:0;
	cursor:pointer;
	padding:10px 10px;
	margin:0;
	color:#fff;
	height:68px;
	width:186px;
	position:absolute;
	top:0;
	left:0;
	z-index:10;
	border:0;
}
.prod-sidebar .price-info #submit:hover {
	background:url(../images/proceed.jpg) #104600 repeat-x top;
}



.lreq {
	font-weight:bold;
}
.lmissing {
	color:#900 !important;
}


.tar_message {
	margin:10px;
	border:1px solid #ccc;
	background:#f7f7f7;
	padding:10px;
	color:#555;
}
.tar_message.error {
	border-color:#900 !important;
	color:#900 !important;
	background:#fed !important;
}
