html {
	overflow: -moz-scrollbars-vertical;
	margin: 0;
	padding: 0;
}
* {
	font-family: "Arial Rounded MT Bold", Arial, Helvetica, sans-serif;
}
body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	background: url('../image/fullbg.png') center top;
}
body, td, th, input, textarea, select, a {
	font-size: 12px;
	color: #6e7072;
}
form {
	padding: 0;
	margin: 0;
	display: inline;
}
input, textarea, select {
	margin: 3px 0px;
}
a, a:visited {
	color: #6e7072;
	text-decoration: none;
	cursor: pointer;
	outline: none;
}
a:hover {
	text-decoration: none;
}
div#menu_horiz ul li a.selected {
	color: #EB3B40;
}
a img {
	border: none;
}
p {
	margin-top: 0px;
}
/* layout */
#container {
	width: 944px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	background-color: #ffffff;
	position: Relative;
}
/********************MENU*********************/
/* hack for Internet Explorer */
* html div#menu_horiz {
/* hide ie/mac \*/
	height: 1%;
/* end hide */
}
/* background-color for the entire menu row, covering 100% of the width and text center-aligned */
div#menu_horiz {
	float: right;
	width: 555px;
	margin: 0;
	position: relative;
	top: 13px;
}
/* the menu ul box has top and left border, right border is provided by the li elements */
div#menu_horiz ul {
	margin: 0;
	padding: 0;
	height: 2.2em;
}
/* menu list items */
div#menu_horiz li {
	float: left;
/* makes the list horizontal */
	list-style: none;
/* hides the list bullet */
	margin: 0;
}
/* the links, that is each list item */
div#menu_horiz a {
	padding: .6em 1em .6em 1.4em;
/* padding inside the list item box */
	margin: 0;
/* margin outside each list item box */
	text-decoration: none;
/* no underline for links */
	color: #6d6f71;
	display: block;
/* IE has problems with this, fixed above */
}
/* hover state for links */
div#menu_horiz li a:hover {
}
#wrapper {
	margin: 0px;
}
#header {
	height: 211px;
	background: url('../image/header.png') repeat-x;
}
#header .div2 {
	float: left;
	padding-top: 15px;
	padding-left: 15px;
}
#header .div3 {
	float: right;
	padding-top: 7px;
	height: 38px;
	color:#fff;
}
#header .div3 a {
	margin-left: 15px;
	padding: 1px 0px 2px 10px;
	background-repeat: no-repeat;
	background-position: left center;
}
#header .div4 {
	width: 510px;
	clear: right;
	float: right;
	height: 32px;
	padding-right: 14px;
}
#header .div4 a {
	float: left;
	margin-right: 2px;
	width: 100px;
	height: 18px;
	padding-top: 9px;
	padding-bottom: 9px;
	background: url('../image/tab_1.png') no-repeat;
	text-align: center;
	color: #333333;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	position: relative;
	z-index: 1;
}
#header .div4 a.selected {
	background: url('../image/tab_2.png') no-repeat;
	color: #FFF;
	padding-bottom: 10px;
	z-index: 3;
}
#header .div5 {
	clear: both;
	height: 136px;
	width: 232px;
	position: absolute;
	background: url('../image/search.png') no-repeat;
	right: -16px;
	top: 190px;
	z-index: 200;
	
	display:none;
}
#header .div5 .center {
	height: 40px;
	margin-left: 5px;
	margin-right: 5px;
}
#header .div6 {
	clear: both;
	margin-bottom: 10px;
}
#header .div6 .left {
	background: url('../image/header_2_left.png') no-repeat;
	width: 5px;
	height: 32px;
	float: left;
}
#header .div6 .right {
	background: url('../image/header_2_right.png') no-repeat;
	width: 5px;
	height: 32px;
	float: right;
}
#header .div6 .center {
	background: url('../image/header_2_center.png') repeat-x;
	height: 32px;
	margin-left: 5px;
	margin-right: 5px;
	padding-left: 5px;
	padding-right: 5px;
}
#header .div7 {
	float: right;
	padding-top: 2px;
}
#header .div8 {
	float: left;
	margin-top: 6px;
}
#header .div9 {
	float: left;
	margin-left: 6px;
}
#header .div9 input {
	border: none;
	width: 95px;
	background: #F2F2F2;
}
#header .div10 {
	float: left;
	margin-top: 2px;
}
#header .div10 a {
	color: #000;
}
#search {
	padding-top: 7px;
	padding-left: 29px;
	color: #000;
}
#search select {
	border: 1px solid #0A5391;
	padding: 1px;
}
#search a {
	color: #FFF;
}
#search input {
	border: 1px solid #0A5391;
	padding: 2px;
}
#breadcrumb {
	float: left;
	padding-top: 7px;
	padding-bottom: 11px;
	height: 13px;
	margin-bottom: 10px;
	color: #000000;
}
.switcher {
	float: right;
	margin-top: 3px;
	margin-left: 10px;
}
.switcher a {
	text-decoration: none;
	display: block;
}
.switcher .selected {
	background: #FFFFFF url('../image/switcher.png') repeat-x;
}
.switcher .selected a {
	border: 1px solid #CCCCCC;
	background: url('../image/arrow_down.png') 116px center no-repeat;
	color: #666666;
	padding: 2px 5px 2px 5px;
	width: 121px;
}
.switcher .selected a:hover {
	background: #F0F0F0 url('../image/arrow_down.png') 116px center no-repeat;
}
.switcher .option {
	position: absolute;
	z-index: 3;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	background-color: #EEEEEE;
	display: none;
	width: 131px;
}
.switcher .option a {
	color: #000;
	padding: 3px 5px 3px 5px;
}
.switcher .option a:hover {
	background: #FFC;
}
.switcher img {
	position: relative;
	top: 1px;
}
#image_top {
	position: relative;
	left: -165px;
}
#image_bottom {
	position: relative;
	left: -165px;
}
#column_left {
	float: left;
	width: 196px;
	margin-right: 10px;
	margin-left: 10px;
	clear: left;
}
#column_right {
	float: right;
	width: 196px;
	margin-left: 10px;
	margin-right: 10px;
	clear: right;
}
#content {
	background: url("../image/content_mid.png") repeat scroll 0 0 transparent;
	margin-bottom: 10px;
	margin-left: 216px;
	margin-right: 220px;
	min-height: 495px;
	position: relative;
}
#content.long {
	margin-right: 10px;
	background: url("../image/content_mid_Long.png") repeat scroll 0 0 transparent;
}
#content .top .left {
	background: url('../image/content_top_left.png') no-repeat top left;
	width: 22px;
	height: 46px;
	float: left;
}
#content .top .right {
	background: url('../image/content_top_right.png') no-repeat top right;
	width: 28px;
	height: 46px;
	float: right;
}
#content .top .center {
	background: url('../image/content_top_center.png') center top repeat-x;
	margin-left: 18px;
	margin-right: 18px;
}
#content .top h1 {
	padding: 6px 0px 8px 7px;
	font-size: 34px;
}
#content h1 {
	color: #eb1921;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin: 0px;
	font-size: 34px;
}

#HomeContent h1
{font-size: 34px;}


h1
{font-size: 34px;}

h4
{font-size:13px;}

.heading {
	border-bottom: 1px solid #DDDDDD;
	padding-bottom: 3px;
	margin-bottom: 10px;
}
#content .middle {
	/*border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	background: #FFFFFF;
	background: url('../image/bgbox.png');
*/
	padding: 10px 10px 1px 10px;
	padding-right: 20px;
	position: relative;
	z-index: 50;
}
#content .bottom .left {
	background: url('../image/content_bottom_left.png') no-repeat;
	width: 5px;
	height: 5px;
	float: left;
}
#content.long .bottom {
	background: url('../image/content_bottom_Long.png') no-repeat;
}
#content .bottom .right {
	background: url('../image/content_bottom_right.png') no-repeat;
	width: 5px;
	height: 5px;
	float: right;
}
#content .bottom .center {
	background: url('../image/content_bottom_center.png') repeat-x;
	height: 5px;
	margin-left: 5px;
	margin-right: 5px;
}
#content .bottom .center, #content .bottom .right, #content .bottom .left {
	display: none;
}
#content .bottom {
	background: url('../image/content_bottom.png') no-repeat;
	height: 444px;
	position: absolute;
	bottom: 0px;
	width: 100%;
}
.box {
	margin-bottom: 10px;
	position: relative;
	min-height: 200px;
	background: url('../image/sidebar_mid.png') repeat-y;
}
.box a {
	line-height: 1.4em;
}
.box .top h2 {
	font-size: 34px;
	width: 180px;
	padding: 0px;
	margin: 0px;
	text-align: center;
	padding: 5px 0px;
}
#content h2 {
	font-size: 34px;
	color: #EB1921;
}
#header .div5 h2 {
	font-size: 34px;
	color: #fff;
	margin-left: 64px;
	margin-bottom: 3px;
	margin-top:29px;
}
.box .top {
	color: #eb1921;
	background: url('../image/box_top.png') no-repeat;
}
.box .top img {
	float: left;
	margin-right: 5px;
}
.box .middle {
	padding: 10px;
	position: relative;
	z-index: 10;
	padding-right: 24px;
	padding-bottom: 24px;
}
.box .bottom {
	height: 97px;
	background: url('../image/sidebar_bottom.png') center bottom no-repeat;
	z-index: 30px;
	position: absolute;
	bottom: 0px;
	width: 100%;
}
.success {
	padding: 5px 0px;
	margin-bottom: 10px;
	background: #E4F1C9;
	border: 1px solid #A5BD71;
	font-size: 11px;
	font-family: Verdana, Geneva, sans-serif;
	text-align: center;
}
.warning {
	padding: 5px 0px;
	margin-bottom: 10px;
	background: #FFDFE0;
	border: 1px solid #FF9999;
	font-size: 11px;
	font-family: Verdana, Geneva, sans-serif;
	text-align: center;
}
.wait {
	padding: 5px 0px;
	margin-bottom: 10px;
	background: #FBFAEA;
	border: 1px solid #EFEBAA;
	font-size: 11px;
	font-family: Verdana, Geneva, sans-serif;
	text-align: center;
}
.required {
	color: #FF0000;
	font-weight: bold;
}
.error {
	color: #FF0000;
	display: block;
}
.help {
	cursor: pointer;
}
.tooltip {
	border: 1px solid #FDDA5C;
	background: #FBFF95;
	padding: 5px;
	font-size: 11px;
	width: 250px;
}
.clear {
/* generic container (i.e. div) for floating buttons */
	overflow: hidden;
	width: 100%;
}
.button {
	padding-left: 8px;
	display: inline-block;
	margin-right: 5px;
	background: url('../image/button_left.png') top left no-repeat;
	text-decoration: none;
	color: #FFF;
}
.button span {
	color: #FFF;
	display: block;
	padding: 4px 12px 5px 5px;
	background: url('../image/button_right.png') top right no-repeat;
}
.buttons {
	padding: 5px;
	margin-bottom: 10px;
}
.buttons input {
	padding: 0px;
	margin: 0px;
}
.buttons table {
	width: 100%;
	border-collapse: collapse;
}
.buttons table td {
	vertical-align: middle;
}
.content {
	background: #F7F7F7;
	border: 1px solid #DDDDDD;
	padding: 10px;
	margin-top: 3px;
	margin-bottom: 10px;
}
.list {
	margin-bottom: 10px;
	width: 100%;
}
.list td {
	text-align: center;
	vertical-align: top;
	padding-bottom: 10px;
}
.sort {
	margin-bottom: 10px;
	background: #F8F8F8;
	height: 30px;
	width: 100%;
}
.sort .div1 {
	float: right;
	margin-left: 5px;
	padding-top: 6px;
	padding-right: 9px;
}
.sort .div2 {
	text-align: right;
	padding-top: 9px;
}
.sort select {
	font-size: 11px;
	margin: 0;
	padding: 0;
}
.pagination {
	display: inline-block;
	width: 100%;
	background: #F8F8F8;
	margin-bottom: 10px;
}
.pagination .links, .pagination .results {
	padding: 7px;
}
.pagination .links {
	float: left;
}
.pagination .links a {
	border: 1px solid #CCCCCC;
	padding: 4px 7px;
	text-decoration: none;
	color: #000000;
}
.pagination .links b {
	border: 1px solid #CCCCCC;
	padding: 4px 7px;
	text-decoration: none;
	color: #000000;
	background: #FFFFFF;
}
.pagination .results {
	float: right;
}
.tabs {
	width: 100%;
	height: 31px;
	margin-bottom: 0px;
}
.tabs a {
	float: left;
	display: block;
	padding: 6px 15px 7px 15px;
	margin-right: 2px;
	border-top: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	background: #FFFFFF url('../image/tab_3.png') repeat-x;
	color: #000000;
	font-weight: bold;
	font-size: 13px;
	text-decoration: none;
	z-index: 1;
	position: relative;
	top: 1px;
}
.tabs a.selected {
	background: #FFFFFF url('../image/tab_3.png') repeat-x;
	border-bottom: 0px;
	padding-bottom: 8px;
	z-index: 3;
}
.tab_page {
	padding: 10px;
	display: block;
	z-index: 2;
	margin-bottom: 10px;
}
#footer {
	width: 100%;
	clear: both;
	background: url("../image/footer.png") no-repeat center bottom;
	height: 150px;
	position: relative;
}
#footer .div1 {
	float: left;
	text-align: left;
}
#footer .div2 {
	position: absolute;
	bottom: 5px;
	right: 10px;
	font-size: 10px;
}
#footer .div2 a {
	font-size: 10px;
}
#social {
	position: relative;
	left: 65px;
	top: -15px;
	width:100px;
}

.homepge #social {
position: absolute;
left:740px;
top:45px;}


.homepge .facebook
{float:left;}

.homepge .twitter
{float:right;
clear:none;margin:0px;}

.twitter, .facebook
{float:left;}

.twitter
{clear:both;
margin-top:5px;}

a.twitter
{display:block;
height:48px;
width:48px;
background: url("../image/tw.png") no-repeat center center;
text-indent:-9999em;}

a.facebook
{display:block;
height:48px;
width:48px;
background: url("../image/fb.png") no-repeat center center;
text-indent:-9999em;}






#category ul{
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 8px;
	padding-left: 5px;
	/*list-style: url('../image/bullet_1.png');*/
	list-style: none;
	line-height: 3em;
}
#information ul {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 8px;
	padding-left: 12px;
	/*list-style: url('../image/bullet_2.png');
*/
	list-style: none;
}
.cart {
	border-collapse: collapse;
	width: 100%;
	border: 1px solid #EEEEEE;
	margin-bottom: 10px;
}
.cart th {
	background: #EEEEEE;
	padding: 5px;
	font-weight: normal;
}
.cart td {
	padding: 5px;
}
#prod_description {
	text-align: center;
}
#wrapperBottomRight {
	display: block;
	height: 125px;
	width: 6px;
	position: absolute;
	bottom: 0px;
	left: -6px;
	background: url('../image/wrapperBottomRight.png') no-repeat bottom right;
}
#wrapperBottomLeft {
	display: block;
	height: 99px;
	width: 6px;
	position: absolute;
	bottom: 0px;
	right: -6px;
	background: url('../image/wrapperBottomLeft.png') no-repeat bottom left;
}
#wrapperTopLeft {
	display: block;
	height: 160px;
	width: 6px;
	position: absolute;
	top: 0px;
	left: -6px;
	background: url('../image/wrapperTopLeft.png') no-repeat top left;
}
#wrapperTopRight {
	display: block;
	height: 190px;
	width: 6px;
	position: absolute;
	top: 0px;
	right: -6px;
	background: url('../image/wrapperTopRight.png') no-repeat top right;
}
#centerImg {
	margin: 0 auto;
	text-align: center;
}
.price {
	color: #5C2B01;
	font-size: 16px;
	position: relative;
	top: 15px;
}
.box #category ul li a, #menu_horiz ul li a {
	font-size: 14px;
}
#module_cart.box a {
	line-height: 0em;
}
#HomeContent {
	text-align: center;
}
.homeBox {
position:relative;
	display: block;
	height: 281px;
	width: 300px;
	float: left;
	left:0px;
	background: url('../image/homeBox.png') no-repeat top left;
}

.homeBox .inner
{width:260px;
position:absolute;
left:16px;top:20px;}

.homeBox .image
{position:relative;
}

.homeBox h1 a
{font-size:26px;color:#EB1921}


#boxes
{width:900px;
margin:0 auto;}

#content p
{margin: 0 0 1em 0; /* some air around p elements */
line-height: 1.5em;
}

.share
{position:relative;
margin-right:10px;
float:left;}

.addthis_toolbox
{height:45px;}

.similarTitle
{display:block;
height:20px;}

#module_cart.box a.checkoutLink
{display:block;
line-height:1em;
color:#EB1921;
margin:0 auto;
margin-top:10px;
width:95%;
text-align:center;}

#slidingDiv {
    display: none;
	z-index:100;
	height:101%;
}

#flash
{position:relative;}