body { 
	background: #ffffff url(/images/bg.gif); 
	color: #422; 
	font-size: 13px;
	font-family: arial, helvetica, sans-serif; 
	scrollbar-face-color: #ffffff;
	scrollbar-highlight-color: #e18c05;
	scrollbar-3dlight-color: #ffffff;
	scrollbar-shadow-color: #e6003c;
	scrollbar-darkshadow-color: #ffffff;
	scrollbar-track-color: #e6003c;
	scrollbar-arrow-color: #e18c05;
	margin: 0;
	padding: 0;
}

/* COMMON HTML */

p { 
	font-size: 13px; 
	margin-top: 3px; 
	margin-bottom: 6px; 
	font-family: 'Trebuchet MS', Helvetica, verdana, georgia, arial, helvetica, sans-serif;
}

h1 { 
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: underline;
	font-size: 18px;
	color: #e6003c;
	margin: 10px 0;
}

h2 { 
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: underline;
	font-size: 16px;
	color: #e6003c;
	margin-bottom: 5px;
}

h3 { 
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: underline;
	font-size: 14px;
	color: #e6003c;
	margin-bottom: 5px;
}

h4 { 
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: underline;
	font-size: 12px;
	color: #e6003c;
	margin-bottom: 5px;
}

hr { font-weight: normal; text-align: center; border: 2px #e18c05 dashed; }

td { font-size: 13px; margin-top: 3px; margin-bottom: 6px; font-family: arial, helvetica, sans-serif; }

/* LAYOUT */

table.outer { 
	width: 750px; 
	height: 100%;
	padding: 0;
	margin: 0;
	border: none;
}

.outer_cms { 
	width: 750px; 
	padding: 0;
	margin: 0;
	border: none;
	background: #fff;
}

.inner { 
	padding: 0;
	margin: 0;
	background: #fff;
}

td#logo {
	background: #fff url(/images/header_l.jpg) top left no-repeat;
}

td#logotype {
	background: #fff url(/images/header_r.gif) top center no-repeat;
}

.menu { 
	padding: 0;
	margin: 0;
	width: 200px; 
	border: none; 
	background: #fff;
}

	.menu p#nav { 
		margin-left: 20px;
	}

.gutter { 
	padding: 0;
	margin: 0;
	width: 10px; 
	background: #fff;
}

.main {
	width: 540px;
	padding: 0;
	margin: 0;
	border: none; 
	overflow: none;
	background: #fff;
}

.trmain {
	background: #fff;
}

.content {
	width: 530px;
	background: #fff;
	border: 1px solid #fff; 
	padding: 0;
	margin: 0 0 20px 0;
	overflow: none;
}

.product {
	width: 530px;
	vertical-align: top;
	background: #369;
	border: none;
	padding: 0;
	margin: 0;
	display: block;
}

.product b {
	margin-top: 5px;
	margin-bottom: 0;
}

.content_wide {
	width: 530px;
	background: #ffe;
	border: 1px solid #fff; 
	padding: 10px;
	margin: 10px 0 0 0;
	overflow: none;
}

#clear {
	padding: 0 10px 0 0;
	background: transparent;
	border: none;
	text-align: left;
}

	#clear p, #clear h1, #clear h2, #clear h3, #clear h4, #clear img {
		margin: 0;
	}

div.product {
	width: 150px;
	height: 163px;
	padding: 0;
	margin: 10px 5px;
	background: #fff;
	border: none;
	overflow: none;
	float: left;
	display: inline;
	text-align: center;
}

.callout {
	width: 490px;
	padding: 10px;
	margin: 10px 0 0 0;
	background: #f5e9e9;
	border: 1px #ed8190 dashed;
	overflow: auto;
}

	#callout p, #callout h1, #callout h2, #callout h3, #callout h4 {
		margin: 5px 10px;
	}

	#callout img {
		margin: 10px 10px 5px 10px;
	}

.buybox {
	padding: 5px;
	margin: 0 10px;
	background: #f5e9e9;
	border: 1px #ed8190 dashed;
	overflow: none;
}

#upcoming, #upcoming p {
	width: 100%;
	font-size: 11px; 
	color: #333;
}

input { 
	outline-color: #e18c05;
	outline-style: solid;
	outline-width: 1px;
	padding: 1px; 
	font-size: 10px; 
	
}

textarea { 
	outline-color: #e18c05;
	outline-style: solid;
	outline-width: 1px;
	padding: 2px; 
	font-size: 11px; 
}

select { 
	outline-color: #e18c05;
	outline-style: solid;
	outline-width: 1px;
	padding: 1px; 
	font-size: 10px; 
	font-family: arial, helvetica, sans-serif;
}

input.file { 
	background-color: #ffffff; 
	outline-color: #e18c05;
	outline-style: solid;
	outline-width: 1px;
	padding: 5px; 
	font-size: 9px; 
	font-weight: bold; 
}

/* LINKS */

a:link { color: #e6003c; font-weight: bold; text-decoration: none; }
a:visited { color: #e6003c; font-weight: bold; text-decoration: none; }
a:hover { color: #e18c05; font-weight: bold; text-decoration: underline; }
a:active { color: #e18c05; font-weight: bold; text-decoration: underline; }

#nav a:link, #nav a:visited {
	color: #666; 
}

#nav a:hover, #nav a:active {
	color: #e6003c; 
}

a.footer { color: #e18c05; text-decoration: none; font-weight: normal; }
a.footer:link { font-weight: normal; }
a.footer:visited { font-weight: normal; }
a.footer:hover { color: #e6003c; text-decoration: underline; font-weight: normal; }
a.footer:active { color: #e6003c; text-decoration: underline; font-weight: normal; }

/* LOCAL CLASSES */

p#nav { 
	text-align: left;
	font-size: 15px; 
	font-weight: bold;
	line-height: 30px; 
	margin: 0 0 0 3px;
}

.sidebar_middle p { 
	text-align: left;
	font-style: normal;
	font-weight: bold;
}

.small { font-size: 9px; text-align: justify; font-family: arial, helvetica, sans-serif; }

.footer { font-size: 9px; text-align: center; margin-top: 5px; font-family: arial, helvetica, sans-serif; color: #e18c05;}

.just { text-align: justify; }

.selected {
	color: #de185a;
}

.label {
	font-size: 11px;
	color: red;
}

.row2 {
	background-color: #fee;
}

.tablehead {
	background-color: #edd;
	vertical-align: middle;
}

div.productdetail {
	width: 420px;
	margin: 0 0 0 -2px;
}

img.bordered { 
	background: #fff;
	border: 1px solid #ed8190;
	display: inline;
}

img.thumb {
	width: 82px;
	height: 62px;
	margin: 5px;
}

img.productthumb {
	width: 75px;
	margin: 0;
	display: block;
	border: none;
	text-align: center;
}

img.productmain {
	width: 240px;
	margin: 0 10px 10px 0;
	float: left;
	text-align: left;
}

img.productdetail {
	margin: 0 10px 10px 0;
	float: left;
	text-align: left;
}

img.article {
	margin: 10px 10px 0 0;
}

.submit { 
	background-color: #ed7f8e; 
	color: #993300; 
	border: 1px solid #e6003c;
	font-size: 10px; 
	font-weight: bold; 
	margin: 10px;
}

.required { 
	outline-color: #e18c05;
	outline-style: solid;
	outline-width: 1px;
	padding: 1px; 
	color: #e6003c; 
	font-size: 10px; 
}


