html {
	overflow: -moz-scrollbars-vertical;
	margin: 0;
	padding: 0;
}
* {
	font-family: Arial, Helvetica, sans-serif;
}
body {
	margin: 0px;
	padding: 0px;
	text-align: center;
}
body, td, th, input, textarea, select, a {
	font-size: 12px;
}
form {
	padding: 0;
	margin: 0;
	display: inline;
}
input, textarea, select {
	margin: 3px 0px;
}
a, a:visited {
	color: #1B57A3;
	text-decoration: underline;
	cursor: pointer;
	outline: none;
}
a:hover {
	text-decoration: none;
}
a img {
	border: none;
}
p {
	margin-top: 0px;
}

/* layout */
#container {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	background: #FFFFFF;
}

fieldset{
border:none;
}

#header {
	position: relative;
}
.h1 { background: url('../image/header1.jpg') no-repeat top; }
.h2 { background: url('../image/header1.jpg') no-repeat top; }
.h3 { background: url('../image/header3.jpg') no-repeat top; }
.h4 { background: url('../image/header1.jpg') no-repeat top; }
.h6 { background: url('../image/header1.jpg') no-repeat top; }

#header .div1 {
	height: 80px;
	padding: 70px 0 0 0;
}
#header .div2 {
	float: left;
	margin: 15px 0 0 5px;
}
#header .div3 { /* Search */
	float: right;
	top: 0px;
}
#header .div3 a {
	spadding: 12px 0px 12px 0px;
	font-style: italic;
	font-weight: bold;
	margin-left: 10px;
	margin-right: 10px;
	sdisplay: inline-block;
	color: #002eb3;
	text-decoration: none;
	text-transform: lowercase;
}
#header .div3 #module_search {
	display: block;
	margin: 0 0 20px 0;
	text-align: right;
}
#header .div3 #module_search a.button span {
	color: #fff;
	font-weight: 100;
	font-style: normal;
	text-transform: none;
}

#header .div5 a {
	float: left;
}
#header .div6 a {
	float: right;
}
#breadcrumb {
	padding-top: 8px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#column_left {
	float: left;
	width: 201px;
	margin-right: 9px;

}

#column_left1 {
	float: left;
	width: 180px;
	margin-right: 9px;

}
#column_right {
	float: right;
	width: 180px;

}
#column_center {
	float: left;
	width: 545px;
}
#content {
	float: left;
	width: 750px;
	margin-bottom: 10px;
}

*html #content {width:740px;}
#content .top {
	padding: 8px 0px 6px 10px;
	background: url('../image/content_top.gif') no-repeat;
}

#content .top1 {
	padding: 8px 0px 6px 10px;
	background: url('../image/box_top.png') no-repeat;
}

#content .top1 a{
	padding: 8px 0px 6px 10px;
	background: url('../image/box_top.png') no-repeat;
	text-transform:uppercase;
}
 
#content .top h1, .heading {
	color: #000000;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0px;
}
.heading {
	border-bottom: 1px solid #DDDDDD;
	padding-bottom: 3px;
	margin-bottom: 10px;
}
#content .middle {
	border-left: 1px solid #f5f5f5;
	border-right: 1px solid #f5f5f5;
	background: #FFFFFF;
	padding: 10px 10px 1px 10px;
	smin-height: 380px;
	width:730px;
}

*html #content .middle { width: 710px;}
/*.special {
	border: 1px solid #f5f5f5;
	
	padding: 10px;
	width:157px;
	}*/
*html .special {width:180px;}

#content .bottom {
	background: url('../image/content_bottom.gif') no-repeat;
	height: 5px;
}
.box {
	margin-bottom: 10px;
	background: url('../image/box_top01.jpg') no-repeat;
	width: 157px;
	
	
}
.box .top {
	padding: 8px 0px 6px 7px;
	color: #000000;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
}

.box .top1 {
	padding: 8px 0px 6px 7px;
	color: #000000;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
}
.box .top img {
	float: left;
	margin-right: 5px;
}
.box .middle {
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
	background: #FFFFFF;
	padding: 0px;
	margin: 0;
	width: 178px;

}
.box .bottom {
	height: 0px;
	sbackground: url('../image/box_bottom.png') no-repeat;
	border-bottom: 1px solid #ddd;
	margin: 0;
	padding: 0;
}
.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%;
}
a.button {
	background: transparent url('../image/button_right.png') no-repeat scroll top right;
	color: #FFFFFF;
	display: inline-block;
	font: normal 12px arial, sans-serif;
	height: 24px;
	margin-right: 5px;
	padding-right: 18px; /* sliding doors padding */
	text-decoration: none;
}
a.button span {
	background: transparent url('../image/button_left.png') no-repeat ;
	display: inline-block;
	padding: 5px 0px 5px 18px;

}
.buttons {
	background: #F8F8F8;
	border: 1px solid #DDDDDD;
	margin-bottom: 10px;
	clear: both;
	padding: 5px;
}
.buttons input {
	padding: 0px;
	margin: 0px;
}
.buttons table {
	width: 100%;
	border-collapse: collapse;
}
.buttons table td {
	vertical-align: middle;
}
table.list {
	width: 100%;
	margin-bottom: 10px;
	margin-top: 10px;
	elevation:higher;
	float:left;
	
}
*html table.list {width:98%; clear:right;}
*html .pagination {float:right;}

.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%;
	sbackground: #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 {
	display: block;
	width: 100%;
	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.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.png') repeat-x;
	border-bottom: 0px;
	padding-bottom: 8px;
	z-index: 3;
}
.page {
	sborder: 1px solid #DDDDDD;
	background: #FFFFFF;
	display: inline-block;
	padding: 10px;
	display: block;
	clear: both;
	z-index: 2;
	margin-bottom: 10px;
	width: 490px;
	margin-left: 15px;
	float:left;
}
#footer {
	background: url(../image/fonkard.gif) no-repeat center;
	height: 53px;
	clear: both;
}
#footer .div1 {
	float: left;
	text-align: left;
}
#footer .div2 {
	float: right;
	text-align: right;
}

/* Category */

#category ul {
	list-style: none;  
	margin: 0;
	padding: 5px 0 0 0;
}
#category ul li { margin: 0 0 5px 0; }
#category ul .a36 a { background: #582601; }
#category ul .a35 a { background: #cfab79; }
#category ul .a39 a { background: #b64192; }
#category ul .a40 a { background: #0079c2; }
#category ul .a41 a { background: #807f84; }
#category ul .a38 a { background: #79a12e; }
#category ul .a43 a { background: #ff8128; }
#category ul .a42 a { background: #cd8d45; }
#category ul .a44 a { background: #44c3d4; }
#category ul .a45 a { background: #015289; }
#category ul .a46 a { background: #de0d08; }
#category ul .a47 a { background: #623295; }
#category ul li a {
	background: #ccc;
	color: #fff;
	display: block;
	padding: 10px;
	text-decoration: none;
}
.category-box {

	margin-bottom: 10px;
	background: url('../image/box_top01.gif');
}
.category-box .top {
	color: #000000;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	height: 41px;
	text-transform: uppercase;
}
.category-box .top img {

	float: left;
	margin-right: 5px;
}
.category-box .middle { background: #FFFFFF; }

/*
.category-box .bottom {
	height: 72px;
	background: url('../image/box_bottom.gif') no-repeat;
}*/
#information ul {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 8px;
	padding-left: 12px;
	list-style: url('../image/bullet_2.png');
}
.cart {
	border-collapse: collapse;
	margin-bottom: 10px;
	width: 100%;
	border: 1px solid #EEEEEE;
}
.cart th {
	background: #EEEEEE;
	padding: 5px;
}
.cart td {
	padding: 5px;
}
#top_flash {
	background: url(../image/flash_top1.gif) no-repeat center;
	height: 40px;
	width: 750px;
	
	
}
#bottom_flash {
	background: url(../image/flash_bottom.gif) no-repeat center;
	height: 53px;
	width: 750px;
}

/* Ticker
***************/

.tickercontainer { 
	sbackground: #addbf3; 
	height: 40px; 
	padding: 0;
	overflow: hidden; 
	width: 700px;
	padding: 19px 20px;
}
.tickercontainer .mask { /* that serves as a mask. so you get a sort of padding both left and right */
	position: relative;
	sleft: 10px;
	stop: 8px;
	width: 700px;
	overflow: hidden;
	margin: 0 0 0 0px;
}
ul.newsticker { /* that's your list */
	position: relative;
	left: 500px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	list-style-type: none;
	margin: 0px 0 0 10px;
	
}
ul.newsticker li {
	float: left; /* important: display inline gives incorrect results when you check for elem's width */
	margin: 0px 0 0 0;
	padding: 0;
	sbackground: #fff;
	list-style:none;
	list-style-type:none;
}
ul.newsticker a {
	white-space: nowrap;
	padding: 0;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin: 0 50px 0 0;
	list-style-type:none;
} 
ul.newsticker span { 


margin: 0 10px 0 0; 
	list-style-type:none;
} 


.miscBox {
 margin: 0 0 12px 0;

 
 }

#smallRight .rightBox {
	border: 1px solid #808080;
	margin: 0 0 12px 0;
}

#smallRight .rightBox h3.header {
	background: url(../image/rightheader_bg.gif) no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	height: 27px;
	padding: 0px 0 180px 0px;
	text-transform: uppercase;
	
}

/*#column_right .box {
	margin-bottom: 30px;
	background: url('../image/box_top.png') no-repeat;

	}*/
	

#newsletter {
	float:left;
	background: #e2e7eb;
	border: 1.3px ridge #777;
	text-align: center;
	height:250px;
	width:200px;
}


#newsletter div { 

margin: 1px;

}
#newsletter div p1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	smargin-bottom:10px;
	text-align:center;

}

#newsletter div p {
	font-size: 11.5px;
	line-height: 16px;
	stext-align:center;
	padding: 0px;
	margin: 1px 3px 0 7px;
	font:light;
	/*margin-bottom:40px;
	spadding-top: 2px;
	stext-align:left;*/
}

#border {
border: 1.5px solid #FFFFFF;
border-right-width:2px;
border-left-width: 2px;
border-bottom-width:2px;
border-top-width:2px;
height:244px;
}

/*#newsletter .fieldset{

border:none;

}*/

#newsletter div #emailSubmit .submitButton {
	sborder: 1px solid #222;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	text-transform: uppercase;
	overflow:visible;
	margin-left:15px;
	margin-bottom:8px;
	margin-top:8px;
	
}