/* #### Template #### */
body, span, li, td, th, textarea, input, select, h2, h3, h4, h5, h6 {
	font: 12px arial, helvetica, sans-serif;
}

form, input, textarea {
	padding: 0px;
	margin: 2px;
}

a {
	outline: none;
}

h2, h3{
	margin: 0 0 0 0;
	font-size: 150%;
	letter-spacing: -1px;
	font-weight: normal;
	clear: left;
	color: #333333;
}

h3 {
	font-size: 120%;
}

html, body {
	height: 100%;
	margin: 0px;
	padding: 0px;
	background-color: #333333;
}

#container {
	width: 780px;
	height: 100%;
	margin: 0px;
	padding: 0px;
}

#main {
	position: relative;
	float: left;
	width: 780px;
	height: auto;
	background-image: url("../images/main_bg.gif");
}

#test {
	width: 770px;
	float: left;
}

/* #### Header #### */
#top_bar {
	position: absolute;
	z-index: 2;
	top: 0px;
	width: 780px;
}

#header {
	z-index: 1;
	position: relative;
	top: 0px;
	width: 780px;
}


/* #### Top Navigation #### */
#navtop {
	position: relative;
	float: left;
	width: 778px;
	height: 41px;
	margin-top: 5px;
	background: url("../images/navtop_bg.gif");
}

#navtop a img {
	float: right;
	border: none;
}

.navtop_left {
	float: left;
}

.navtop_right {
	float: right;
}

.navtop_welcome {
	float: left;
	margin-top: 17px;
	margin-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
}

#navtop_location {
	margin-top: 3px;
	margin-right: 5px;
	float: right;
}

#navtop_pagelinks {
	margin-top: 3px;
	margin-left: 5px;
	float: left;
}

#navtop_pagelinks a {
	margin-left: 5px;
	margin-right: 5px;
}

#navtop_pagelinks strong, .page_content strong {
	color: #000033;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: none;
}

#navtop_links {
	width: 605px;
	height: 29px;
	float: left;
	
	background: url("../images/navtop_links_bg.gif");
}

#navtop_links a, #navtop_links a:visited, .page_content a, .page_content a:visited {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #245489;
	text-decoration: none;
}

#navtop_links a:hover {
	color: #000033;
}


/* #### Site Navigation #### */
#navsite {
	position: relative;
	top: -2px;
	left: 1px;
	width: 168px;
	height: 100%;
	float: left;
	border-left-color: #232323;
	border-left-style: solid;
	border-left-width: 1px;
	border-right-color: #232323;
	border-right-style: solid;
	border-right-width: 1px;
	background-color: #090909;
	background-image: url("../images/navsite_bg.gif");
	background-repeat: repeat-x;
}

#navsite b {
	color: #FFFFFF;
}
.navsite_list a, .navsite_list a:visited{
	color: #FFAE00;
	text-decoration: none;
	background: url("../images/bullet.gif") no-repeat;
	background-position: 0 50%;
	padding: 0px 0px 0px 8px;
	margin: 0px;
}

.goto_link{
	color: #1C1507;
	font-weight: bold;
	background: url("../images/goto_link.png") no-repeat;
	background-position: 0 50%;
	padding: 0px 0px 0px 17px;
	margin: 0px;
}

.navsite_list a:hover {
	color: #EFAE00;
}


.navsite_list {
	float: left;
	text-align: left;
	margin: 0px 0px 0px 10px;
	padding: 0px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

/*- Mini Cart -*/
.mini_cart {
	color: #CCCCCC;
	margin-left: 2px;
	text-align: left;
}

.mini_cart a, .mini_cart a:visited {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #245489;
	text-decoration: none;
}

.mini_cart a:hover {
	color: #3366CC;
}

/* #### General Content #### */
#content {
	position: relative;
	left: 1px;
	width: 604px;
	height: 150%;
	float: left;
	text-align: left;
	background-color: #FFFFFF;
}

#content .placeholder {
	height: 600px;
	width: 1px;
	float: left;
}

.altbg1 {
	background-color: #DCE7F0;
}

.altbg2 {
	background-color: #F6F6F6;
}

.formFieldError {
	position: absolute;
	margin: 1px 0px 0px 10px;
	border: #000000 dashed 1px;
	padding: 2px;
	max-height: 15px;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
}

.pro_view_pic {
	margin: 0px;
	width: 130px;
	float: left;

}

.cwp_content_container {
	margin-top: 4px;
	padding: 3px 6px 3px 6px;
	float: left; 
	width: 400px;
}

.cwp_picture_container {
	float:right;
}

.pager {
	float: right;
	margin: 0px;
	padding: 0px;
	list-style: none;
	font-size: 10px;
}

.pager li {
	float: left;
	margin-left: 2px;
	padding: 2px 5px 2px 5px;
	background-color: #F6F6F6;
	border: #CCCCCC 1px solid;
	font-weight: bold;
}

.pager li:hover {
	border: #333333 1px solid;
}

.pager li.current {
	background-color: #DCE7F0;
	border: #DCE7F0 1px solid;
}

.pager li.info {
	border: none;
}

/*- Content Header -*/
.content_header {
	display: inline;
	margin-top: 10px;
	margin-left: 17px;
	margin-bottom: 5px;
	background: url("../images/contentheader_tabs_bg.gif") bottom repeat-x;
	float: left;
	width: 569px;
} * html .content_header { height: 1px; overflow: visible; }

.content_header h2, .content_header h3 {
	background: none;
	min-height: 15px;
	margin-bottom: 0;
	float: left;
	border: none;
	line-height: 1.1;
	position: relative;
	top: 10px;
}

.content_header ul {
	margin: 0.5em 0 0 0;
	padding: 2px 0 0 0px;
	list-style: none;
	font-size: 85%;
}

.content_header li {
	margin: 0 1px 0 0;
	padding: 0 3px 0 0;
	background: url("../images/contentheader_tabs.png") 100% 0px;
	float: right;
	border-bottom: 1px solid #333333;
	font-size: 11px;
}

.content_header li a, .content_header li a:visited, .content_header li span {
	float: left;
	padding: 5px 11px 5px 16px;
	text-align: center;
	white-space: nowrap;
	background: url("../images/contentheader_tabs.png") 0 0px;
	text-decoration: none;
	min-height: 17px;
	color: #322F29;
}

.content_header li.current {
	border-bottom: 1px solid #FFFFFF;
	background: url("../images/contentheader_tabs.png") 100% 0;
}

.content_header li.current a, .content_header li.current span {
	background: url("../images/contentheader_tabs.png") 0 0;
}

.content_header li span {
	color: #000;	
}

.content_header li img {
	vertical-align: middle;
}

.content_header li:hover, .content_header li a:hover {
}

.content_header li:hover a, .content_header li a:hover{
	text-decoration: underline;
}

.content_header li.current:hover {
	background-position: 100% 0;
}

.content_header li.current:hover a {
	background-position: 0 0;
}

.content_header select, .content_header input {
	font-size: 11px;
	background-color: #FFFF99;
	border: 1px solid #333333;
	color: #333333;
}

.page_content input, .page_content textarea, .navsite_list input {
	font-size: 12px;
	background-color: #FFFF99;
	border: 1px solid #333333;
	color: #333333;
}

/*- Generic Content Styles -*/
.content_header_notab {
	display: inline;
	margin-top: 10px;
	margin-left: 17px;
	margin-bottom: 5px;
	background: url("../images/contentheader_tabs_bg.gif") bottom repeat-x;
	float: left;
	width: 569px;
}

.page_content {
	display: inline;
	margin-top: 4px;
	margin-left: 17px;
	padding: 3px 6px 3px 6px;
	float: left;
	width: 557px;
}

/*- Product Styles -*/
.pro_add {
	width: 410px;
	float: left;
	background: #f1f1f1;
	border: #e2e2e2 1px solid; 
	margin: 10px 0px 0px 0px;
}

.pro_add_title {
	background: #e2e2e2;
}

.pro_view_price {
	float: left;
	width: 410px;
	text-align: right;
	font-size: 16px;
	color: #CC0000;
	margin: 5px 0px 0px 0px;
	font-weight: bold;
}

.pro_view_price span {
	font-size: 16px;
	font-weight: bold;
}

.pro_add_preview {
	position: absolute;
	display: block;
	visibility: hidden;
	width: 300px;
	margin: 4px;
	padding: 4px;
	background: #F5F5F5;
	border: #333333 1px solid; 
	z-index: 3;
}

.pro_review {
	width: 410px;
	float: left;
	padding-top: 5px;
}

.fp_product {
	margin: 2px 0px 0px 16px;
	padding-top: 10px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	width: 130px;
	display: inline;
	float: left;
	text-align: left;
}

.fp_product ul {
	margin: 0px 0px 0px 2px;
	padding: 0px;
	font-size: 10px;
}

.fp_product li {
	list-style: none;
	text-decoration: none;
	background: url("../images/bullet.gif") no-repeat;
	background-position: 0 50%;
	padding: 0px 0px 0px 8px;
	margin: 0px;
}

.fp_product a, .fp_product a:visited {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #245489;
	text-decoration: none;
}

.fp_product a:hover {
	color: #000033;
}

.fp_product strong {
	width: 150px;
	margin-right: 10px;
	padding-right: 10px;
}

.fp_product h2 {
	margin: 0px 25px 0px 0px;
	font-size: 16px;
	text-align: right;
}

.fp_product h3 {
	margin: 0px 25px 0px 0px;
	font-size: 10px;
	text-align: right;
}

.product_container {
	float: left;
	margin-bottom: 15px;
}

/*- User Profiles -*/
.up_header span {
	position:relative;
}

.up_header strong {
	font-size: 150%;
	letter-spacing: -1px;
	font-weight: normal;
	color: #333333;
}

/*- Shopping Cart -*/
.shopping_cart {
	background: #f1f1f1;
	border: #e2e2e2 1px solid;
	margin: 10px 0px 0px 0px;
}

.shopcart_title {
	background: #e2e2e2;
}

.mini_cart_ddquan {
	position: absolute;
	display: block;
	visibility: hidden;
	width: 110px;
	margin: 4px;
	padding: 4px;
	background: #f1f1f1;
	border: #e2e2e2 1px solid; 
	z-index: 3;
}

/*- Forum, Event list, Project and Picture Styles -*/
.forum_threadInfo, .forum_topicInfo, .userforumactivity, .userproductreviews, .event_list, .userevents {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	list-style: none;
	font-size: 85%;
}


.forum_threadInfo li, .forum_topicInfo li, .userforumactivity li, .userproductreviews li, .event_list li, .userevents li {
	float: left;
}

.forum_threadInfo li.title {
	width: 200px;
	font-weight: bold;
}

.forum_threadInfo li.replies {
	width: 50px;
}

.forum_threadInfo li.author {
	width: 120px;
}

.forum_threadInfo li.last_post {
	width: 130px;
}

.forum_topicInfo li.title {
	width: 240px;
}

.forum_topicInfo li.threads, .forum_topicInfo li.messages, .userevents li.date {
	width: 65px;
}

.forum_topicInfo li.last_post {
	width: 170px;
}

.userforumactivity li.title, .userforumactivity li.topic {
	font-weight: bold;
	width: 190px;
}

.userforumactivity li.num {
	font-weight: bold;
	width: 20px;
}

.userproductreviews li.product, .forum_topicInfo li.name {
	width: 360px;
}

.userproductreviews li.rating {
	width: 40px;
}

.event_list li.name, .event_list li.date {
	width: 150px;
}

.event_list li.location, .userevents li.name {
	width: 230px;
}

#footer {
	margin-top: 25px;
	margin-bottom: 5px;
	position: relative;
	width: 604px;
	float: right;
}

.footer_links a, .footer_links a:visited{
	color: #245489;
	text-decoration: none;
	background: url("../images/bullet.gif") no-repeat;
	background-position: 0 50%;
	padding: 0px 0px 0px 7px;
	margin: 0px;
}

.footer_links a:hover {
	color: #000000;
}


.footer_links {
	text-align: right;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
