/* 960 Grid System */
@import '../../css/960/reset.css';
@import '../../css/960/960.css';
@import '../../css/960/text.css';

/* Shadowbox */
@import '../../javascript/shadowbox/shadowbox.css';

/* Recaptcha */
.recaptchatable .recaptcha_image_cell, #recaptcha_table { background-color: transparent !important; }
#recaptcha_table { border-color: transparent !important; }
#recaptcha_logo, #recaptcha_tagline { display: none !important; }

/* General Styles */

#top { display: none; }

body {
	margin: 10px 0 0; padding: 0;
	font-family: Arial, Verdana, sans-serif; 
	font-size: 90%;
	/* color: #00467F; */
	color: #333;
	line-height: 1.2;
	background: #fff url('images/bg_fade.jpg') repeat-x top center;
}

h1, h1 a, h2, h2 a, h3, h3 a, h4, h4 a, h5, h5 a, h6, h6 a, big {
	color: #00467F;
}

a { 
	color: #00467F; 
}
a:hover {
	text-decoration: none;
}

h1 {
	padding: 0;
	margin: 6px 0 0;
}
h1 a {
	background: transparent url('images/logo.png') no-repeat top left;	
	display: block;
	height: 155px;
	width: 340px;
}
h1 a span {
	display: none;
}	

h2, h3, h4 { 
	padding: 5px;
	background-color: #d0f0fb;
	border-bottom: 1px solid #7dd5f6;
	font-family: Rockwell, Arial; 
	letter-spacing: -1px; 
	margin-bottom: 10px; 
	-moz-border-radius-topright: 15px;
	-webkit-border-top-right-radius: 15px;
}

.grey { color: #00a1de; }

#menu {
	height: 50px;
	font-size: 110%;
	text-align: right;
}
#menu ul {
	margin: 143px 0 0;
}
#menu ul li {
	font-weight: bold;
	margin: 0;
	display: inline;
}
#menu ul li a {
	color: #00aef0;
	padding: 10px 10px 16px; 
	text-transform: lowercase;
	text-decoration: none;
	background: transparent url('images/menubg.png') no-repeat -1000px -1000px;
	overflow: hidden;
}

#menu ul li.selected a {
	color:  #00467F;
	background: transparent url('images/menubg.png') no-repeat bottom center;
}
#menu ul li a:hover {
	background: transparent url('images/menubg.png') no-repeat bottom center;
}
div.box {
	padding: 10px;
	background-color: #d9f4ff;
	border-radius: 10px;
	-moz-border-radius: 10px;	
	-webkit-border-radius: 10px;
}

table.specs { font-size: 90%; margin: 5px 0; border-collapse: collapse; background-color: #00467F; color: #eee; width: 80%; }
.specs td { border-bottom: 1px solid #fff; vertical-align: top; padding: 4px 10px; }


#content {
	margin-top: 35px;
}

.button, .button:visited {
	background: #00467F url('images/alert-overlay.png') repeat-x; 
	display: inline-block; 
	padding: 5px 10px 6px; 
	color: #fff; 
	text-decoration: none;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	border-bottom: 1px solid rgba(0,0,0,0.25);
	position: relative;
	cursor: pointer;
}

.button:hover	{ background-color: #111; color: #fff; }
.button:active	{ top: 1px; }

input.button { padding: 2px 5px 3px; }

.small.button, .small.button:visited 		{ font-size: 11px; padding: ; }
.button, .button:visited, .medium.button, .medium.button:visited { font-size: 13px; font-weight: bold; line-height: 1; text-shadow: 0 -1px 1px rgba(0,0,0,0.25); }
.large.button, .large.button:visited 			{ font-size: 14px; padding: 8px 14px 9px; }	

.green.button, .green.button:visited		{ background-color: #91bd09; }
.green.button:hover						{ background-color: #749a02; }
.blue.button, .blue.button:visited		{ background-color: #2daebf; }
.blue.button:hover							{ background-color: #007d9a; }
.red.button, .red.button:visited			{ background-color: #d52229; }
.red.button:hover							{ background-color: #b41d23; }
.magenta.button, .magenta.button:visited		{ background-color: #a9014b; }
.magenta.button:hover							{ background-color: #630030; }
.orange.button, .orange.button:visited		{ background-color: #ff5c00; }
.orange.awesome:hover							{ background-color: #d45500; }
.yellow.button, .yellow.button:visited		{ background-color: #ffb515; }
.yellow.button:hover							{ background-color: #fc9200; }

table { width: 100%; }
td { vertical-align: top; padding: 5px; border-bottom: 1px solid #ddd; }
th { color: #fff; background-color: #00467F; text-align: left; padding: 5px; }
tr { border-bottom: 1px solid #ddd; }
table.styled thead th:first-child {
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
}
table.styled thead th:last-child {
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
}

small { font-size: 85%; }
big { 
	font-family: Helvetica, arial, verdana, sans-serif; 
	font-size: 130%; 
	font-weight: bold;
	line-height: 1.1;
	letter-spacing: 0px;
}

.aleft { text-align: left; }
.acenter { text-align: center; }
.aright { text-align: right; }

.strike {
	color: red;
	text-decoration: line-through;
}

ul.version { font-size: 90%; }

p.feedback {
	color: #468D3F;
	font-size: 14px;
	background: #E1FFD1 url('images/alert-success.gif') no-repeat scroll 8px 8px;
	border-bottom: 1px solid #C5F8AC;
	border-top: 1px solid #C5F8AC;
	padding: 5px 5px 5px 30px;
}
p.feedback a {
	color: #468D3F;
}
p.error {
	color: #8D3F3F;
	font-size: 14px;
	background: #FFD1D1 url('images/alert-failure.gif') no-repeat scroll 8px 8px;
	border-bottom: 1px solid #F8ACAC;
	border-top: 1px solid #F8ACAC;
	padding: 5px 5px 5px 30px;
	margin-bottom: 0;
}
p.error a {
	color: #8D3F3F;
}
ol.error_detail {
	margin-top: 0;
	background: #FFF1F1 none repeat scroll 0 0;
	border-bottom: 1px solid #FDDCDC;
	color: #664B4B;
	padding: 5px 20px;
}
ol.error_detail li {
	margin-left: 30px;
	font-size: 12px;
	padding: 3px 0;
}
ol.error_detail li a {
	color: #664B4B;
}


#footer {
	color: #777;
	font-size: 90%;
	padding-top: 30px;
	background: transparent url('images/footerbg.png') no-repeat top right;
}
#footer a {
	color: #777;
}


/* Forms */

fieldset {
	background-color: #fff;
	padding: 10px;
}

label.float {
	margin-right: 10px;
	white-space: nowrap;
	padding-top: 3px;
	float: left;
}

input, textarea, select { font-family: Verdana; font-size: 100%; color: #333; }

input[type="text"]:focus, input[type="password"]:focus, textarea:focus {
	background-color: #ffc;
}
input[type="text"], input[type="file"], input[type="password"], textarea {
	padding: 4px 2px;
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;	
}
#recaptcha_response_field {
	border-top: 1px solid #999 !important;
	border-left: 1px solid #999 !important;
	border-bottom: 1px solid #ccc !important;
	border-right: 1px solid #ccc !important;
}
input[type=checkbox], input[type=radio] {
	vertical-align: middle;
	position: relative;
	bottom: 2px;
}
.tboxlge { width: 95%; }
.tboxmed { width: 75%; }
.tboxsml { width: 50%; }
.tiny	 { width: 50px; }

/* Shopping Cart */

.shop_cart {
	background: transparent url('../../icon/cart.png') no-repeat scroll left center;
	padding-left: 20px;
}
.shop_login {
	background: transparent url('../../icon/lock.png') no-repeat scroll left center;
	padding-left: 20px;
}
.shop_register {
	background: transparent url('../../icon/status_offline.png') no-repeat scroll left center;
	padding-left: 20px;
}
.shop_logout {
	background: transparent url('../../icon/lock_break.png') no-repeat scroll left center;
	padding-left: 20px;
}
.shop_account {
	background: transparent url('../../icon/status_online.png') no-repeat scroll left center;
	padding-left: 20px;
}


.feedback {
	background: #E1FFD1 url('images/alert-success.gif') no-repeat scroll 10px 6px;
	border-bottom: 1px solid #C5F8AC;
	border-top: 1px solid #C5F8AC;
	margin: 0 0 20px;
	padding: 5px 5px 5px 30px;
}
.feedback h3 {
	background: none;
	border-bottom: none;
	font-family: Verdana;
	color: #468D3F;
	font-size: 14px;
	font-weight: normal;
	text-transform: none;
	margin: 0;
	padding: 0;
}
.error {
	background: #FFD1D1 url('images/alert-failure.gif') no-repeat scroll 10px 6px;
	border-bottom: 1px solid #F8ACAC;
	border-top: 1px solid #F8ACAC;
	margin: 0;
	padding: 5px 5px 5px 30px;
}
.error h3 {
	background: none;
	border-bottom: none;
	font-family: Verdana;
	color:#8D3F3F;
	font-size:14px;
	text-transform: none;
	font-weight:normal;
	margin:0;
	padding:0;
}
.error_detail {
	background: #FFF1F1 none repeat scroll 0 0;
	border-bottom: 1px solid #FDDCDC;
	color: #664B4B;
	margin-bottom: 10px;
	padding: 10px 20px;
}
.error_detail ol {
	margin-top: 0;
	margin-bottom: 0;
}
.error_detail ol li {
	font-size: 12px;
	padding: 3px 0;
}

.searchresult { 
	color: #da7b00;
	padding: 5px 10px;
	border: 1px solid #f7e37c;
	background: #fcf6cd;
	margin-bottom: 10px;	
}
.searchresult a {
	float: right;
	margin-left: 10px;
}

/* Page Links */
.page_links {
	margin-top: 5px;
	display: block;
	color: #00467F;
}
.page_links a {
	padding: 3px 5px;
	background-color: #fff;
	border: 1px solid #00467F;
	color: #00467F;
	text-decoration: none;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;		
}
.page_links a:hover {
	border: 1px solid #333;
}
.page_links a.inactive, .page_links a.inactive:hover {
	color: #00467F;
	border: 1px solid #eee;
}
.page_links a.current_page {
	background-color: #00467F;
	color: #fff;

}


