/* CSS Document */
BODY {
	margin: 0px; 
	padding: 0px;
}
#body {
	text-align: center;
}
#wrapper_body {
	width: 780px; 
	text-align: left;
}
#main_content {
	COLOR: #000000;
    FONT-FAMILY: "Verdana", Arial, Helvetica, Sans-serif;
    FONT-SIZE: 12px;
    LINE-HEIGHT: 16px;
    TEXT-DECORATION: none;
	margin: 0px; 
	padding: 0px;
}  
#wrapper {
	margin: 0px; 
	padding: 0px;
}
#content {
	width: 100%; 
	background-color:white;
}
.content_wrapper {
	padding: 20px 0px 20px 11px;
 
}
#column_main {
	float: left; 
	width: 528px;
	text-align: left;
}
#column_sub {
	float: right; 
	width: 210px; 
	text-align: left;	
}


/* STURCTURES */

/* feature_box */
#feature_box {
	margin: 0px 0px 15px 0px; 
	width: 210px; 
	background: #FFFFFF;
}
#feature_box h2 {
	text-align: center; 
	margin: 0px; 
	padding: 0px; 
	font-weight: bold; 
	color: #444; 
	font-size: 11px;
	line-height: 30px; 
	height: 27px; 
	background: url(/images/backgrounds/bg_subtitlesrd.gif);
}
#feature_box h5 {
	font-weight: bold; 
	color:#5C5C5C; 
	margin: 0px;
	padding: 10px 10px 0px;
	font-size: 11px;
}
#feature_box h6 {
	font-weight: bold; 
	color:#5C5C5C; 
	margin: 0px;
	padding: 5px 10px 0px;
	font-size: 11px;
}
.feature_box_wrapper {
	border: solid 1px #CCC; 
	background: #FBFCFC;
	text-align: left;
	padding: 0px 0px 5px 0px;
	margin: 0px 0px 10px;
}
.feature_box_wrappercenter {
	border: solid 1px #CCC; 
	background: #FBFCFC;
	text-align: center;
	padding: 0px 0px 10px 0px;
} 
#feature_box .collection {
	padding: 0px;
}
#feature_box .collection_list p {
	padding: 1px 0px;
	margin: 0px 0px 0px 15px;
}
#feature_box img {
	padding: 5px;
	margin: 0px;
	border: solid 1px #999;
}
#feature_box .img {
	padding: 10px 0px 0px 0px; 
	margin: 0px auto;
}
#feature_box .imgleft {
	float: left; 
	margin: 5px 10px 5px 0px; 
	padding: 2px;
	border: solid 1px #CCC;
	background: #FFF;
}
.middot {
	padding: 0px 4px 0px 7px; 
	width: 5; 
	float: left; 
	font-weight: bold;
	display: block;
}
#feature_box p {
	padding: 2px 10px;
	font-size: 10px;
	margin: 8px 0px;
}
#feature_box p a {
	text-decoration: underline;
	text-align: left;
}
#feature_box form {
	padding: 0px 10px 10px;
}
#feature_box span {
	font-size: 10px;
}
#feature_box input {
	display: block;
	margin: 0px auto;
}
#feature_box td img {
	border: none; 
}

#feature_box .feature_item {
	padding: 10px; 
	font-size: 10px; 
	color: #555; 
	border-bottom: solid 1px #DDD;
}
#feature_box .feature_item a {
	color: #333;
	text-decoration: underline;
	font-weight: bold;
}
#site_review_ratings {
	margin: 0px 0px 15px 0px; 
	width: 210px; 
	background: #FFFFFF;
}
#site_review_ratings h2 {
	text-align: center; 
	margin: 0px; 
	padding: 0px; 
	font-weight: bold; 
	color: #444; 
	font-size: 11px;
	line-height: 30px; 
	height: 27px; 
	background: url(/images/backgrounds/bg_subtitlesrd.gif);
}
#site_review_ratings td img {
	border: none; 
}

/* TABED BOX */

#highlights {
	padding: 0px;
	width: 529px;
	background: url(/images/backgrounds/highlight_body_bottom.gif) bottom no-repeat;	
}

/* tabs */
#highlight_tabs {
	height: 18px; 
	line-height: 11px; 
	list-style: none; 
	padding: 0px; 
	margin: 0px;
	font-size: 11px;
}
#highlight_tabs li a:link, #highlight_tabs li a:visited {
	color: #555;
	text-decoration: none;
}
.tab_text {
	padding: 3px 5px 0px 0px;  
	float:left;
}
.tableft_selected, .tableft_unselected {
	display:block;
	float:left;
	width:4px;
	height:18px;
}
.tableft_selected {
	background: url(/images/tabs/select_tab_left.gif) no-repeat;
}
.tableft_unselected {
	background: url(/images/tabs/unselect_tab_left_solid.gif) no-repeat;
}

.tabright_selected {
	padding: 0px;
	margin: 0px 3px 0px 0px;
	display:block;
	float: left;
	background: url(/images/tabs/select_tab_right.gif) no-repeat right;
}
.tabright_selected a, .tabright_selected a:hover {
	color: #999;
	font-weight:bold;
	font-size: 10px;
}
.tabright_unselected {
	padding: 0px;
	margin: 0px 3px 0px 0px;
	display:block;
	float: left;
	background: url(/images/tabs/unselect_tab_right_solid.gif) no-repeat right;
}
.tabright_unselected a, .tabright_unselected a:hover {
	color: #999;
		font-weight:bold;
	font-size: 10px;
}
/* description */
.favs {
	cursor: pointer; 
	margin: 0px; 
	padding: 10px 0px 10px 0px;
	width: 531px;
	font-size: 11px;
	line-height: 16px;
	background: url(/images/backgrounds/highlight_body_top.gif) no-repeat;
	
}
.favs_border {
	border-right: solid 1px #CCC;
	border-left: solid 1px #CCC;
	padding: 0px 25px 5px 10px;
	width: 492px;
}
.favs p { 
	text-align: right;
	font-size: 10px;
	margin: 0px;
	padding: 0px;
}
.favs ul {
	margin: 0px;  
	padding: 5px 0px 5px 20px;
}
.favs li {
	padding-bottom: 3px;
}
.favs a.tiny:link, .favs a.tiny:visited {
	color: #999999;
	text-decoration: underline;
}
.favs a.tiny:hover {
	color: #333333;
	text-decoration: underline;
}
.favtitle {
	color: #555;
	font-weight: bold;
	font-size: 14px;
	line-height: 18px;
}
.favtitle_home {
	color: #334C67;
	font-weight: bold;
	font-size: 14px;
	line-height: 18px;
}


/* ROUND_BAR_BOX */
.rounded_bar {
	color: #444;
	padding: 0px 0px 0px 5px;
	font-size: 12px;
	line-height: 12px;
	height: 19px;
	width: 519px;
	margin: 10px 0px 0px 0px;
	background: url(/images/backgrounds/bg_rdcorner_l.gif) top left no-repeat;
}

.rounded_bar h2 {
	margin: 0px 5px 0px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold; 
	display: block; 
	padding: 0px;
	line-height: 19px;
	height: 19px;
	width: 519px;
	font-size: 10px;
	color: #555;
	background: url(/images/backgrounds/bg_rdcorner_r.gif) top right no-repeat;
}
.rounded_wrapper {
	padding: 8px;
	border-left: solid 1px #CCC;
	border-right: solid 1px #CCC;
	border-bottom: solid 1px #CCC;

}
.rounded_box_body {
	margin-bottom: 10px; 
	font-size: 11px; 
	line-height: 18px; 
	width: 524px;
	border-top: solid 1px #CCC;
}
.rounded_box_list {
	margin: 0px 0px 10px 0px; 
	line-height: 14px;
	font-size: 11px; 
	width: 524px;
	border-top: solid 1px #CCC;
}
.rounded_box_body p {
	padding: 10px 0px 0px 0px;
	margin: 0px; 
}
.rounded_box_list p {
	line-height: 14px;
	font-size: 11px; 
	padding: 0px 0px 10px 0px;
	margin: 0px 0px 0px 13px;
	width: 400px;
}
.rounded_box_list a {
	text-decoration: underline;
}
.middot {
	padding-right: 4px; 
	width: 10; 
	float: left; 
	font-weight: bold;
	display: block;
}
	

/* ADVERTISING */
#advertising {
	background: url(/images/backgrounds/bg_ad.jpg) no-repeat; 
	height: 135px;
	width: 525px; 
	margin: 0px; 
	padding:0px; 
	text-align: center;
}

#advertising div { 
	padding: 10px;
}
#advertising .img {
	border: solid 1px #666; 
	padding:2px;
	
	display: block;
}
#advertising span {
	display: block;
	clear: both;

}
#advertising a {
	
}

/* 	TEXT RESIZE */
.styles {color: #AAA; padding-top: 0px;}
.styles a {text-decoration: none; color:#AAA; padding: 0px 5px; text-transform: uppercase;}
.styles a:visited {text-decoration: none;  color:#AAA; text-transform: uppercase ;}