@charset "utf-8";
/* CSS Document */

body{
	font-family:Tahoma, Geneva, sans-serif;	
	font-size:12px;
	/*background:#4e74b4;*/
	background:url(../images/bg.gif) repeat #0e2964;
	margin:0;
	padding:0;

}

.wrapper { width: 780px; margin: 0 auto; position: relative; }


.header {
	width:780px;
	height:50px;
	margin-bottom:10px;
	
}

.headerLeft{
	width:300px;
	float:left;
}

.headerSearch{
	width:300px;
	float:left;
}

.headerRight{
	width:450px;
	float:left;
	padding: 12px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	background:#2e77be;
	border:none;	
}
/*
.headerRight a:link{
	color: #000;
	font-size:14px;
	font-weight:bold;
	text-decoration: none;
}

.headerRight a:visited{
	color: #000;
	font-size:14px;
	font-weight:bold;
	text-decoration: none;
}

.headerRight a:hover {
	color: #000;
	font-size:14px;
	font-weight:bold;
	text-decoration: underline;
}*/

.footer {
	text-align:center;
	width:auto;
/*	margin-left: 10%;
	margin-right: 10%;	*/
	color:#6ec051;
	background-color:#333;
	font-size:10px;
	font-weight:bold;
	border-top:solid 1px #fff;
	padding:10px;
	
}

.footer a:link, .footer a:visited {
	text-decoration: none;
	color:#cdcdcd;
}

.footer a:hover {
	text-decoration: underline;
	color:#cdcdcd;	
}

.vertMenu {
	padding-left: 4px;
	float:left;
	width:16%;
	color:#BCE1ED;
	font:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
}

.tabsMenu {
	float:left;
	width:890px;
	margin-left: 4px;
}

.pageBody {
	float:left;
	padding:10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;	
	/*border:solid 2px #ccc;*/
	border:#666 solid 1px;	
	background-color:#F2F2F2;
	width:780px;
	margin-left:4px;
}

.vertMenu a:link, .vertMenu a:visited { color: #D2E98D; font-size:12px; font-weight:bold; text-decoration: none; }
.vertMenu a:hover { color: #D2E98D; font-size:12px; font-weight:bold; text-decoration: underline; }

.row_required { background-color:#F5C8BC; }
.row_accepted { background-color:#A9F3BC; }
.row_optional { background-color:#F8FCE0; }

.preview_item {
	float:left;
	padding:5px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;	
	border:solid 1px #ccc;
	background-color:#fff;
	width:90%;
	margin-bottom:4px;

}

.preview_thumb { margin:2px; padding:2px; }

.preview_thumb_comm { width:140px; height:200px; margin:2px; padding:2px; border: 1px solid #E5E5E5; float:left; overflow:hidden; }

.preview_thumb img{ width:100px; height:75px; margin:2px; padding:2px; border: 1px solid #E5E5E5; float:left; overflow:hidden; }
.preview_thumb_comm img{ width:100px; height:75px; margin:2px; padding:2px; border: 1px solid #E5E5E5; float:left; overflow:hidden; }

.preview_desc { width:550px; height:88px; float:left;}

.preview_price { color:#900; font-weight:bold; font-size:12px;}



legend {
	font-weight:bold;	
}




ul.topnav {
	list-style: none;
	padding: 0;
	margin: 0;
	float: left;
	width: 880px;
	font-size: 1.2em;
	/*background: url(topnav_bg.gif) repeat-x;*/
}
ul.topnav li {
	float: left;
	margin: 0;
	padding: 0 15px 0 0;
	position: relative; /*--Declare X and Y axis base for sub navigation--*/
}
ul.topnav li a{
	padding: 5px 5px;
	color: #fff;
	font-weight:bold;
	display: block;
	text-decoration: none;
	float: left;
}
ul.topnav li a:hover{
	/*background: url(topnav_hover.gif) no-repeat center top;*/
}
ul.topnav li span { /*--Drop down trigger styles--*/
	width: 17px;
	height: 30px;
	float: left;
	/*background: url(subnav_btn.gif) no-repeat center top;*/
	background: url(down.gif) no-repeat center;
}
ul.topnav li span.subhover {cursor: pointer;} /*--Hover effect for trigger--*/
ul.topnav li ul.subnav {
	list-style: none;
	position: absolute; /*--Important - Keeps subnav from affecting main navigation flow--*/
	left: 0; top: 30px;
	background: #333;
	margin: 0; padding: 0;
	display: none;
	float: left;
	width: 150px;
	border: 1px solid #ccc;
}
ul.topnav li ul.subnav li{
	margin: 0; padding: 0;
	/*border-top: 1px solid #999; --Create bevel effect--*/
	border-bottom: 1px solid #ccc; /*--Create bevel effect--*/
	clear: both;
	width: 150px;
}
html ul.topnav li ul.subnav li a {
	float: left;
	width: 127px;
	background: #2e77be url(right.gif) no-repeat 10px center;
	color:#f1f1f1; 
	padding: 3px;
	padding-left: 20px;
	
}
html ul.topnav li ul.subnav li a:hover { /*--Hover effect for subnav links--*/
	background: #f1f1f1 url(right.gif) no-repeat 10px center;
	color:#666;
}







input {
	width:300px;	
}

textarea {
	width:300px;	
}

.searchInput {
	width:150px;
	border:none;
	background-color:#0e2964;
	color:#FFF;
	padding:4px;
}

.searchButton {
	width:60px;
	background-color:#BCE1ED;
	color:#000;
	border:0;
	padding:4px;
}

.button {
	width:200px;
	background-color:#0e2964;
	color:#ffd631;
	border:0;
	padding:2px;
	font-weight:bold;
	border:#ccc solid 2px;
}

.checkbox {
	width:30px;	
}

label {
	padding:0;
	margin:0;	
}

.radio {
	width:16px;	
	padding:0;
	margin:0;
}

.selectcat {
	font-size:12px;
	width:200px;	
}

.input50 {
	width:50px;	
}

.input75 {
	width:75px;	
}

.input100 {
	width:100px;	
}

.input150 {
	width:150px;	
}

.input200 {
	width:200px;	
}

.input300 {
	width:300px;	
}

.input400 {
	width:400px;	
}

.submit300 {
	width:300px;	
}

.del_x {
	width:18px;
	height:18px;
	margin:1px;
	padding:1px;
	border: none;
	float:right;
	vertical-align:text-top;
	background: url(/users/additem/uploadify/cancel.png) no-repeat center top;
}

.errormsg
{
	color: #FF3535;
	font-weight: bold;
}

.succmsg
{
	color: #009900;
	font-weight: bold;
}



.pagination {
	clear:both;
	padding: 1px;
	line-height: 20px;
}

.pagination ul {
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 12px;
}

.pagination li {
	list-style-type: none;
	display: inline;
	padding-bottom: 1px;
}


.pagination a {
	padding: 0 5px;
	border: 1px solid #ccc;
	text-decoration: none; 
	color: #000;
}

.pagination a:hover, .pagination a:active {
	border: 1px solid #000;
	color: #000;
	background-color: #ccc;
}

.pagination a.currentpage {
	background-color: #ccc;
	border-color: #000;
	font-weight: bold;
	cursor: default;
	color: #000;
}

.pagination a.disablelink, .pagination a.disablelink:hover {
	background-color: #ccc;
	cursor: default;
	color: #000;
	border-color: #000;
	font-weight: normal;
	
}

.pagination a.prevnext {
	background-color: #ccc;
	color: #000;
}