/***********************************************************************
	GENERIC
************************************************************************/

body {
	background-color:#FFFFFF;
	margin:0;
	padding:0;
	text-align:left;
	color:#000000;
}

html, body, form, fieldset, h1, h2, h3, h4, h5, h6, p, pre, blockquote, ul, ol, dl, address, abbr, input, select, textarea, table, td, th {
	font-family: Arial, sans-serif, Verdana, Tahoma, Geneva, Helvetica;
	line-height:20px;
	font-size:12px;
}

a { 
	/*font-size:12px;*/
	font-weight:bold;
	color:#133e7e;
	text-decoration:none;
}

a:hover {
	color:#329bc1;
	text-decoration:none;
}

/***********************************************************************
	NAVIGATION
************************************************************************/

/* ######### Menu Bar CSS ######### */

.splishmenu ul{
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-weight:bold;
	line-height:13px;
	list-style-type: none;
	background:url(../i/back_nav.gif) top left repeat-x;
	overflow: hidden;
	width: 100%;
}

.splishmenu li{
	display: inline;
	margin: 0;
}

.splishmenu li a{
	float: left;
	display: block;
	text-decoration: none;
	margin: 0;
	padding: 9px 20px; /*padding inside each tab*/
	color: #133e7e;
	background:url(../i/back_nav.gif) top left repeat-x;
}

.splishmenu li a:visited{
	color: #133e7e;
}

.splishmenu li a:hover{
	background:url(../i/back_nav_over.gif) top left repeat-x; /*background of tabs for hover state */
}

.splishmenu a.selected{
	background:url(../i/back_nav_over.gif) top left repeat-x; /*background of tab with "selected" class assigned to its LI */
}

/* ######### Drop Down ULs CSS ######### */
.ddsubmenustyle, .ddsubmenustyle ul{ /*topmost and sub ULs, respectively*/
	margin-top: -1px;;
	padding: 0;
	position: absolute;
	left: 0;
	top: 0;
	list-style-type: none;
	background-color: #FFFFFF;
	border: 1px solid #329bc1;
	border-bottom-width: 0;
	visibility: hidden;
	z-index: 100;
}

.ddsubmenustyle li a{
	display: block;
	width: 120px; /*width of menu (not including side paddings)*/
	color: #133e7e;
	text-decoration: none;
	padding: 5px 20px;
	border-bottom: 1px solid #329bc1;
}

* html .ddsubmenustyle li{ /*IE6 CSS hack*/
	display: inline-block;
	width: 160px; /*width of menu (include side paddings of LI A*/
}

.ddsubmenustyle li a:hover{
	color: #329bc1;
}

/* ######### Neutral CSS  ######### */

.downarrowpointer{ /*CSS for "down" arrow image added to top menu items*/
	padding-left: 4px;
	border: 0;
}

.rightarrowpointer{ /*CSS for "right" arrow image added to drop down menu items*/
	position: absolute;
	padding-top: 3px;
	left: 100px;
	border: 0;
}

.ddiframeshim{
	position: absolute;
	z-index: 500;
	background: transparent;
	border-width: 0;
	width: 0;
	height: 0;
	display: block;
}

/***********************************************************************
	LAYOUT
************************************************************************/

div#wrapper {
	width:auto;
	margin:0px 15px 0px 15px;
	padding:0;
}

div#header {
	width:auto;
	height:130px;
	margin:auto;
	padding:0;
	/*background:url(../i/back_header.gif) top left no-repeat #FFFFFF;*/
}

div#account {
	width:400px;
	float:right;
	padding:30px 20px 20px 20px;
	text-align:right;
	line-height:30px;
	color:#666;
}

a.icon_home {
	background: url(../i/icon_home.jpg) top left no-repeat;
	padding:3px 3px 3px 24px;
}
a.icon_help {
	background: url(../i/icon_help.jpg) top left no-repeat;
	padding:3px 3px 3px 24px;
}
a.icon_login {
	background: url(../i/icon_login.jpg) top left no-repeat;
	padding:3px 3px 3px 24px;
}
a.icon_logout {
	background: url(../i/icon_logout.jpg) top left no-repeat;
	padding:3px 3px 3px 24px;
}
a.icon_account {
	background: url(../i/icon_account.jpg) top left no-repeat;
	padding:3px 3px 3px 24px;
}
a.icon_basket {
	background: url(../i/icon_basket.jpg) top left no-repeat;
	padding:3px 3px 3px 24px;
}
a.icon_checkout {
	background: url(../i/icon_checkout.jpg) top left no-repeat;
	padding:3px 3px 3px 24px;
}

div#nav {
	width:auto;
	height:31px;
	margin:auto;
	margin-top:15px;
	margin-bottom:15px;
	padding:0;
	background:url(../i/back_nav.gif) top left repeat-x;
}

td#subnav {
	width:200px;
	border-right:15px solid #d2e2e7;
}
td#subnav ul {
	list-style-type:none;
	list-style-position:inside;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
td#subnav ul li{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
td#subnav ul li a{
	background-image:url(../i/back_subnav.gif);
	background-repeat:no-repeat;
	background-position:left;
	display:block;
	font-size:12px;
	padding:5px 0px 5px 45px;
	margin:0px 0px 0px 0px;
}
td#subnav ul li a:hover{
	background-image:url(../i/back_subnav_over.gif);
}

div#main {
	width:auto;
	margin:auto;
	padding:0;
}

div#home td.left {
	height:400px;
	background-color:#CCC;
	background:url(../i/back_home-left.jpg) top right no-repeat;
	text-align:right;
}
div#home td.center {
	width:370px;
	height:400px;
	padding:0px 15px 0px 15px;
	background-color:#EEE;
	border-left:#d2e2e7 10px solid;
	border-right:#d2e2e7 10px solid;
	background:url(../i/back_home-center.jpg) top center no-repeat;
	text-align:left;
	vertical-align:top;
}
div#home td.center h1{
	text-align:center;
}
div#home td.center td{
	width:14px;
	text-align:center;
	font-size:9px;
	line-height:10px;
	vertical-align:top;
}
div#home td.center td img{
	width:82px;
	height:82px;
	border:none;
}
div#home td.center td h1{
	font-size:10px;
	line-height:10px;
	margin:0;
	text-align:center;
}
div#home td.right {
	height:400px;
	background-color:#CCC;
	background:url(../i/back_home-right.jpg) top left no-repeat;
	text-align:left;
}

div.banklogo ul{
	list-style-type:none;
	padding:0;
}
div.banklogo li{
	display:inline;
}
	

div#footer {
	width:auto;
	height:62px;
	margin:0;
	margin-top:15px;
	padding:0;
	font-size:10px;
	color:#b3b3b3;
	background:url(../i/back_footer.gif) top left repeat-x;
}
div#footer-pad {
	padding:5px 40px 0px 40px;
	text-align:right;
}
div#footer a{
	font-size:11px;
	padding:0px 6px 0px 6px;
}
div#footer span a{
	color:#888888;
}
div#footer span a:hover{
	color:#329bc1;
}

/***********************************************************************
	CONTENT LAYOUT
************************************************************************/

td#col1_1 {
	width:100%;
	padding:0;
}

td#col1_2 {
	width:50%;
	padding:0px 10px 0px 0px;
}
td#col2_2 {
	width:50%;
	padding:0px 0px 0px 10px;
}

td#col1_3 {
	width:200px;
	padding:0px 10px 0px 0px;
}
td#col2_3 {
	width:auto;
	padding:0px 10px 0px 10px;
}
td#col3_3 {
	width:200px;
	padding:0px 0px 0px 10px;	
}

/***********************************************************************
	SHOP LAYOUT
************************************************************************/

div#itemWrapper {
	width:auto;
	clear:both; 
	overflow:hidden; 
	position:relative;
}
div.itemHolder {
	width:150px;
	height:230px;
	padding:0px 0px 30px 30px;
	float:left;
	text-align:center;
	line-height:13px;
}
div.itemImage {
	width:150px;
	height:150px;
	background-color:#F7F7F7;
	margin-bottom:9px;
}
div#itemWrapper h1 {
	margin:0;
	line-height:15px;
}
div#itemWrapper h2 {
	font-size:14px;
	color:#9f4caa;
	margin:0;
	line-height:15px;
}

td.itemImage {
	width:500px;
	height:500px;
	background-color:#F7F7F7;
}
td.itemImage img{
	display:block;
}
td.itemText {
	padding-left:15px;
}

div.inStock {
	color:#669900;
}
div.outOfStock {
	color:#CC3300;
}

/***********************************************************************
	CONTENT
************************************************************************/

h1 {
	font-weight:bold;
	font-size:18px;
	margin:20px 0px 10px 0px;
	color:#329bc1;
}

h2 {
	font-weight:bold;
	font-size:15px;
	margin:20px 0px 10px 0px;
	color:#329bc1;
}

h3 {
	margin:5px 0px 5px 0px;
	font-style:oblique;
	font-size:12px;
}

h4 {
	font-size:11px;
	font-weight:normal;
	line-height:14px;
}

div#news h2{
	background-color:#E7EBF1;
	margin:0;
}

div#news h3{
	margin:0;
	padding:0px 15px;
}

div#news .content{
	margin:0;
	padding:0px 18px;
}

div#news .imageLeft {
	float:left;
	margin:10px 10px 10px 0px;
}

div#news .imageRight {
	float:right;
	margin:10px 0px 10px 10px;
}

div.error {
	border:#F66 2px solid;
	background-color:#FFF4F4;
	padding:10px;
	font-weight:bold;
}
div.error li {
	font-weight:normal;
}
div.info {
	border:#5185FF 2px solid;
	background-color:#F4FEFF;
	padding:10px;
}

div.backwards {
	display:inline-block;
	width:200px;
	border:#5185FF 2px solid;
	background-color:#FFF8F0;
	text-align:center;
}
div.backwards h2 {
	margin:0;
}
div.backwards h2 a{
	width:190px;
	color:#329bc1;
	display:block;
	padding:5px;
}

div.forwards {
	display:inline-block;
	width:200px;
	border:#5185FF 2px solid;
	background-color:#F4FEFF;
	text-align:center;
}
div.forwards h2 {
	margin:0;
}
div.forwards h2 a{
	width:190px;
	color:#329bc1;
	display:block;
	padding:5px;
}

div.contentBox {
	border-left:15px solid #d2e2e7;
	background-image:url(../i/back_catholder.gif);
	background-repeat:repeat-y;
	background-position:top right;
	padding:20px 30px 30px 30px;
}
div.contentBoxDivide {
	height:1px;
	margin:30px 0px 20px 0px;
	background-color:#d2e2e7;
}

div.leftColumn33 {
	width:33%;
	float:left;
}
div.rightColumn33 {
	width:33%;
	float:right;
}
div.leftColumn50 {
	width:50%;
	float:left;
}
div.rightColumn50 {
	width:50%;
	float:right;
}


.img {
	border:none;
	padding:0;
	margin:0;
	line-height:0px;
	/*display:block;*/
}

.imgbor {
	border:none;
	padding:0;
	margin:0;
	line-height:0px;
	/*display:block;*/
	border:1px solid #333333;
}

.contentButtons {
	position:absolute;
	background-color:#FFFFFF;
	border:1px solid #CCCCCC;
}

span.price {
	font-weight:bold;
	font-size:16px;
	color:#329bc1;
}

span.float-l {
	float:left;
}

span.float-r {
	float:right;
}

fieldset table {
	border: 1px dashed #B2D9EC;
}

fieldset table tbody tr td {
	color: #01496B;;
	padding: 6px;
	border-top: 1px dashed #B2D9EC;
}

fieldset table tbody tr:hover td {
	background-color: #E0DAE5;
}

/***********************************************************************
	FORMS
************************************************************************/

fieldset, legend {
	border: none;
}

form {
	width:auto;
}

fieldset{ 
	padding:10px;
	border-left:15px solid #d2e2e7;
	background-image:url(../i/back_catholder.gif);
	background-repeat:repeat-y;
	background-position:top right;
}

legend {
	padding: 2px 50px 2px 50px;
	font-size: 1em;
	font-weight: bold;
	border: 1px solid #aaa;
	position:absolute;
	margin-top:-2px;
	top:-15px;
	background:#FFFFFF;
}

label {
	float: left;
	width:20%;
	text-align:right;
	line-height:14px;
	padding-top:4px;
	padding-right:10px;
}

fieldset div {
	margin-bottom: 5px;
	padding: 0;
	display: block;
	clear: both;
}

fieldset div input, fieldset div textarea  {
	width: 250px;
	color: #333;
	font-weight: normal;
	border: 1px solid #aaa;
	padding: 1px;
	background-color:#FFFFFF;
}

fieldset div textarea.single {
	height:15px;
	line-height:15px;
}

fieldset div select {
	padding: 1px;
	background-color:#FFFFFF;
}

fieldset div.multi input {
	width: auto;
	border: 0;
	background-color:#FFFFFF;
}

div.multi label { height: 22px }

div.req label { font-weight: bold }

div.req label:before, div.req p:before {
	content: "* ";
	color:#666ee6;
}
div.heading {
	font-weight:bold;
}

input:focus, textarea:focus {
	background: #fafafa;
	color: #000;
}

div.submit input, input.button-look {
	border: 1px solid #aaa;
	padding: 0px 10px;
	background-color:#fff;
	color: #133e7e;
	width: auto;
	font-weight: bold;
	font-size:12px;
}