/*------------------------------------------------------------------------
# ------------------------------------------------------------------------
CDVIDEOWEB
-------------------------------------------------------------------------*/

/* reset */
body,div,dl,dt,dd,ul,ol,li,pre,form,fieldset,input,textarea,select,blockquote,th,td {
	margin:0;
	
	font-family:Tahoma, Geneva, sans-serif;
	font-size:14px;
}

.break {
	margin:0 auto;
	padding:20px 0;
}

fieldset,img {
    border:0;
}

html {
    height:100%;
    margin-bottom:1px;
}

body {
    position:relative;
}

:focus {
    outline:none;
}

/* header elements */
h1, h2, h3, h4, h5, h6 {
    font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
    font-weight:bold;
    line-height:100%;
    margin-top:0;
}

h1 {
    font-size:28px;
    color:#000;
    letter-spacing:-1px;
    font-weight:normal;
}

h2 {
	font-size:24px;
	color:#fff;
	font-weight:normal;
	text-align: center;
}

h3 {
    font-size:20px;
    color:#000;
}

h4 {
    font-size:17px;
    color:#000;
}

h5 {
    font-size:14px;
    color:#000;
    font-weight:normal;
    margin:0;
}

h6 {
    font-size:12px;
    color:#000;
}

/* body setup */
body {
    background:ababab;
}

#logo {
	margin:0 auto;
	width: 760px;
	padding:3px 0 3px 0;
	text-align:center;
	background-color:#000;
	}
	
/* wrapper setup */
div.pmdswpr {
    margin:auto;
    width:800px;
}

/* header */
div#header {
    height:175px;
	width:760px;
	margin:0 auto;
    background:#000;
    position:relative;
}

/* logo */
div.logo {
    float:left;
    padding:50px 0 0 20px;
}

/* main body setup */
div#middle {
    width:auto;
    clear:both;
    background:url('../../img/body_bg.jpg');
    padding:0 20px;
    overflow:hidden;
	
}

#sponsor_area {
	margin:0 auto;
	text-align:center;
	border-top:1px solid rgba(192,0,0,.5);
	padding:3px 0 0 0;
}

/* left column */
div#left {
    width:80px;
    float:left;
}

/* right column */
div#right {
    width:80px;
    float:right;
}

/* content column */
div#main {
    width:760px;
    margin:auto;
	moz-box-shadow: 0 0 25px #000;
	-webkit-box-shadow: 0 0 25px #000;
	box-shadow: 0 0 25px #000;
	background:#505050;
}

div#content {
    width:auto;
    margin:auto;
}

/* footer */
div#footer {
    width:auto;
    clear:both;
    height:56px;
    background:url(images/footer_bg.jpg) 0 0 no-repeat;
    padding:20px 20px;
    margin:0 0 25px 0;
    color:#FFF;
}

div#footer a {
    color:#7196df;
    font-weight:bold;
}

div#footer a:hover {
    color:#FFF;
}

/* clearing & floating */
.clearingfix:after {
    content:".";
    display:block;
    line-height:0;
    clear:both;
    visibility:hidden;
}

.clearingfix {
    display:block;
}

.floatbox {
    overflow:hidden;
}

#sponsors_top {
	margin:0 auto;
	text-align:center;
}

#sponsors_top img {
	vertical-align:bottom;
}

#sponsors_middle {
	margin:0 auto;
	text-align:center;
}

#sponsors_bottom {
	margin:0 auto;
	text-align:center;
}

#sponsors_page {
	background:#000;
	width:760px;
	margin:-1.0em auto -1.2em auto;
}

#sp_page_top {
	margin:0 auto;
	width:535px;
}

#sp_page_top img {
	vertical-align:bottom;
}

#sp_page_middle_top {
	margin:0 auto;
	width:505px;
}

#sp_page_middle_bottom {
	margin:0 auto;
	width:500px;
}

#sp_page_bottom {
	margin:0 auto;
	width:470px;
}

#footer_inv {
	background-image:url(../images/bg_footer_inv.jpg);
	background-repeat:no-repeat;
	margin:auto;
	width:720px;
	height:80px;
	
	}
.footer_inv_left {
	float:left;
	width:360px;
	}
.footer_inv_right {
	float:left;
	width:360px;
	}
/* various link styles */
a {
    color:#3764aa;
    text-decoration:none;
}

a:hover {
	color:#008cff;
	text-decoration:underline;
}

a.rss_link {
    float:right;
    margin:7px 8px 0 0;
}

a.order {
    color:#3764aa;
    padding:4px 5px;
    border-top:1px solid #BBB;
    border-right:1px solid #666;
    border-bottom:1px solid #666;
    border-left:1px solid #BBB;
    background:#FFF;
    font-weight:bold;
}

a.order:hover {
    text-decoration:none;
    border-top:1px solid #666;
    border-right:1px solid #BBB;
    border-bottom:1px solid #BBB;
    border-left:1px solid #666;
}

a.image_group img {
    border:#CCC 1px solid;
    padding:3px;
    margin:5px 0 0 0;
    background:#FFF;
}

/* various text styles */
span.listing_sidebox_description {
    color:#666;
}

span.listing_sidebox_location {
    color:#000;
}

span.listing_sidebox_details {
    color:#888;
}

span.listing_hot {
    color:red;
    font-size:11px;
    font-family:Tahoma, Geneva, sans-serif;
    letter-spacing:normal;
    font-weight:bold;
}

span.listing_updated {
    color:green;
    font-size:11px;
    font-family:Tahoma, Geneva, sans-serif;
    letter-spacing:normal;
    font-weight:bold;
}

span.listing_new {
    color:green;
    font-size:11px;
    font-family:Tahoma, Geneva, sans-serif;
    letter-spacing:normal;
    font-weight:bold;
}

span.listing_titles {
    color:#3764aa;
    font-weight:bold;
    display:block;
    margin:0 0 5px 0;
}

/* topmenu */
div#topmenu {
    margin:0;
    padding:0;
}

div#topmenu ul {
    list-style:none;
    float:right;
	margin-top:-10px;
}

div#topmenu ul li {
    float:left;
    display:block;
    margin:0 0 0 15px;
}

div#topmenu ul li a {
    padding:0 0 0 25px;
    color:#FFF;
}

div#topmenu ul li a.sitemap {
    background:url(images/icon_sitemap.gif) 0 2px no-repeat;
}

div#topmenu ul li a.contact {
    background:url(images/icon_email.gif) 0 2px no-repeat;
}

div#topmenu ul li a.login {
    background:url(images/icon_login.gif) 0 2px no-repeat;
}

div#topmenu ul li a.logout {
    background:url(images/icon_login.gif) 0 2px no-repeat;
}

/* mainmenu */
div#mainmenu {
    height:31px;
    background:url(images/mainmenu_bg.png) 100% 0 no-repeat;
    position:absolute;
    top:150px;
    right:40px;
    padding:0 89px 0 0;
}

div#mainmenu h3 {
    display:none;
}

div#mainmenu div.sidebox {
    margin:0;
    padding:0;
    background:none;
}

div#mainmenu div.sidebox_bg {
    margin:0;
    padding:0;
    background:none;
    border:0;
}

div#mainmenu ul {
    list-style:none;
    float:right;
    height:31px;
    background:url(images/mainmenu_bg.png) 0 -31px no-repeat;
    padding:0 0 0 89px;
}

div#mainmenu ul li {
    float:left;
    display:block;
    background:url(images/mainmenu_bg.gif) 0 -62px no-repeat;
    padding-left:2px;
}

div#mainmenu ul li a {
    padding:0 10px;
    color:#FFF;
    font-weight:bold;
    height:31px;
    background:url(images/mainmenu_bg.gif) 0 0 repeat-x;
    line-height:31px;
    display:block;
    float:left;
}

div#mainmenu ul li a:hover {
    text-decoration:none;
    background:url(images/mainmenu_bg.gif) 0 -31px repeat-x;
    color:#3764aa;
}

/* breadcrumb */
div.breadcrumb {
    height:20px;
    background:url(images/breadcrumb_bg.png) 0 0 no-repeat;
    overflow:hidden;
    margin:-10px 0 5px 0;
	text-align:left;
}

div.breadcrumb_items {
    width:300px;
    float:left;
}

div.breadcrumb_items a.home {
/*--background:url(images/icon_home.gif) 0 0 no-repeat;--May use later--*/ 
    padding:0 0 0 10px;
}

div.welcome_msg {
    width:250px;
    float:right;
    text-align:right;
}

/* sidebox */
div.sidebox {
    margin:0 0 15px 0;
    background:url(images/sidebox_bg.png) 0 0 no-repeat;
}

div.sidebox h3 {
    font-size:11px;
    color:#444;
    text-align:center;
    line-height:27px;
    margin:0;
    font-family:Tahoma, Geneva, sans-serif;
}

div.sidebox div.sidebox_bg {
    border:#B7C5D8 1px solid;
    padding:7px 10px;
}

/* content box */
div.contentbox {
    margin:0 0 15px 0;
    background:url(images/contentbox_bg.png) 0 0 no-repeat;
}

div.contentbox_alt {
    margin:0 0 15px 0;
    background:url(images/contentboxalt_bg.png) 0 0 no-repeat;
}

div.contentbox h3, div.contentbox_alt h3 {
    font-size:14px;
    color:#444;
    text-align:center;
    line-height:27px;
    margin:0;
    font-family:Tahoma, Geneva, sans-serif;
}

div.contentbox_bg {
	border:1px solid rgba(192,0,0,.5);
	padding:15px 10px 7px 10px;
	text-align: center;
}
.style23 {
	color: #000
}

#details_wrap {
	width:700px;
	margin:0 0 10px 20px;
	moz-box-shadow: 0 0 25px #000;
	-webkit-box-shadow: 0 0 25px #000;
	box-shadow: 0 0 25px #000;
	border:1px solid rgba(192,0,0,.5);
}

#top_image {
	margin:0 0 10px 0;
}

#bottom_image {
	margin:0 0 10px 0;
}

#top_image img {
	moz-box-shadow: 0 0 25px #000;
	-webkit-box-shadow: 0 0 25px #000;
	box-shadow: 0 0 25px #000;
	border:1px solid rgba(192,0,0,.5);	
}

#bottom_image img {
	moz-box-shadow: 0 0 25px #000;
	-webkit-box-shadow: 0 0 25px #000;
	box-shadow: 0 0 25px #000;
	border:1px solid rgba(192,0,0,.5);	
}

/* horizontal rule styles */
hr.border {
    height:1px;
    background:#CCC;
    outline:0;
    border:0;
    margin:20px 0;
}

/* side banners */
div.sidebanners {
    text-align:center;
    padding:10px;
}

div.sidebanners img {
    border:#CCC 1px solid;
    padding:3px;
    background:#FFF;
}

/* middle banners */
div.middle_banner {
    width:470px;
    height:60px;
    margin:0 auto 15px auto;
    padding:8px 0 0 0;
    background:url(images/advertisement.png) 99% 0 no-repeat;
}

/* list items */
ul.list_items {
    list-style:none;
    margin:-7px -10px;
    line-height:140%;
}

ul.list_items li {
    padding:5px 2px 5px 17px;
    background:#F2F6FA url(images/arrow_off.gif) 4px 9px no-repeat;
    border-top:#B7C5D8 1px solid;
}

ul.list_items li:first-child {
    border:0;
}

ul.list_items li:hover {
    background:#EEE url(images/arrow_on.gif) 4px 10px no-repeat;
}

/* no bullet list items */
ul.list_items_nobullet {
    list-style:none;
    margin:-7px -10px;
    line-height:140%;
}

ul.list_items_nobullet li {
    padding:8px 17px;
    background:#F2F6FA;
    border-top:#B7C5D8 1px solid;
}

ul.list_items_nobullet li:first-child {
    border:0;
}

ul.list_items_nobullet li:hover {
    background:#EEE;
}

/* copyright */
div.copyright {
    overflow:hidden;
    text-align:center;
    margin:0 0 10px 0;
}

/* footer options */
div.options {
    text-align:center;
    font-weight:bold;
}

div.options select {
    border:0;
    padding:2px;
    color:#666;
}

/* sidebox login */
div#sidebox-login div.form-container label {
    width:80px;
    margin:0 0 5px 0;
    text-align:left;
}

div#sidebox-login div.form-container fieldset.buttonrow {
    margin-left:0;
}

div#sidebox-login div.form-container div.controlset {
    padding:0;
    margin:0;
}

div#sidebox-login div.form-container div.controlset input {
    width:auto;
}

div#sidebox-login fieldset {
    padding:0;
    margin:0;
}

/* searchbox */
ul.searchbox {
    list-style:none;
    overflow:hidden;
    width:460px;
    margin:0 auto;
}

ul.searchbox li {
    width:210px;
    float:left;
    margin:5px 10px;
}

ul.searchbox li.newrow {
    clear:both;
}

ul.searchbox li.full {
    width:auto;
    float:none;
    clear:both;
    text-align:right;
}

ul.searchbox li label {
    font-weight:bold;
    display:block;
    margin:0 0 3px 0;
    color:#666;
}

ul.searchbox li input.text {
    width:210px;
}

ul.searchbox li select.select {
    width:210px;
}

/* maintenance */
div#maintenance-line {
    background-color:#ffeaea;
    border-bottom:1px solid #e82a2a;
    overflow:auto;
    padding:5px 5px 5px 10px;
    height:17px;
    text-align:center;
    font-weight:bold;
    color:#e82a2a;
}

div#maintenance-message {
    background-color:#ffeaea;
    border:1px solid #e82a2a;
    overflow:auto;
    padding:20px 20px 20px 20px;
    text-align:center;
    font-weight:bold;
    color:#e82a2a;
    margin:20px;
    font-size:14px;
}

/* messages */
div.error, div.success {
    padding:5px 15px;
    margin:0 0 15px 0;
    font-size:12px;
}

div.error {
    color:#c00;
    border-top:2px solid #fe7b7a;
    border-bottom:2px solid #fe7b7a;
    background:#FFD6D6;
}

div.success {
    color:#57861A;
    border-top:2px solid #6CAA00;
    border-bottom:2px solid #6CAA00;
    background:#EEF7DD;
}

/* alpha links */
div.alpha_links {
    font-weight:bold;
    margin:10px 10px 20px 10px;
    text-align:center;
}

/* category & location list */
div.home_categories {
    overflow:hidden;
}

ul.category_list, ul.location_list {
    font-weight:bold;
    text-decoration:none;
    color:#888;
    margin:0 0 0 20px;
}

ul.category_list li.category_list, ul.location_list li.location_list {
    list-style:none;
    background:url(images/icon_folder.gif) 0 0 no-repeat;
    padding:0 20px 20px 20px;
    line-height:150%;
    clear:both;
}

ul.category_list .category_description, ul.location_list .location_description {
    font-size:10px;
}

ul.category_list .subcategories, ul.location_list .sublocations {
    font-weight:normal;
}

ul.category_list img, ul.location_list img {
    float:left;
    padding:0 10px 20px 0;
}

/* search categories */
div.search_categories {
    overflow:hidden;
    margin:0 0 20px 0;
    text-align:center;
}

div.search_categories input.text {
    padding:3px 1px;
}

/* listing results */
ul.listing_results {
    margin:0;
    line-height:140%;
}

ul.listing_results li.listing_results {
    list-style:none;
    padding:10px;
    border:#CCC 1px solid;
    overflow:hidden;
    margin:0 0 10px 0;
}

ul.listing_results .listing_results_title {
    padding-bottom:5px;
}

ul.listing_results .listing_results_title h1 {
    margin:0;
    font-size:20px;
    letter-spacing:normal;
}

ul.listing_results .listing_results_description {
    color:#333;
}

ul.listing_results .listing_results_score {
    float:left;
}

ul.listing_results .listing_results_zip_distance {
    float:left;
}

ul.listing_results .listing_results_logo {
    padding-right:10px;
    float:left;
    width:auto;
    width:130px;
}

ul.listing_results .listing_results_logo img {
    border:#CCC 1px solid;
    padding:3px;
    background:#FFF;
}

ul.listing_results .listing_results_address {
    padding:10px 0 5px 0;
    color:#666;
}

ul.listing_results .listing_results_rating {
    float:right;
}

/* listing headers */
h1.default, h1.default a, h1.free, h1.free a {
    margin:0;
    font-size:20px;
    letter-spacing:normal;
    color:#000;
}

h1.basic, h1.basic a {
    margin:0;
    font-size:20px;
    letter-spacing:normal;
    color:#F0F;
}

h1.advanced, h1.advanced a {
    margin:0;
    font-size:20px;
    letter-spacing:normal;
    color:#060;
}

h1.premium, h1.premium a {
    margin:0;
    font-size:20px;
    letter-spacing:normal;
    color:#00F;
}

h1.platinum, h1.platinum a {
    margin:0;
    font-size:20px;
    letter-spacing:normal;
    color:#F00;
}

/* star rating */
.star-rating {
    background:transparent url(images/star_rating.gif) 0 0 repeat-x;
    height:16px;
    list-style:none;
    position:relative;
    width:80px;
}

.star-rating li {
    float:left;
    clear:none;
}

.star-rating li a {
    display:block;
    height:16px;
    line-height:16px;
    overflow:hidden;
    padding:0;
    position:absolute;
    text-decoration:none;
    text-indent:-9000px;
    width:16px;
    z-index:20;
}

.star-rating li a:hover {
    background:transparent url(images/star_rating.gif) repeat scroll left center;
    border:medium none;
    left:auto;
    z-index:2;
}

.star-rating a.one-star {
    left:0;
}

.star-rating a.one-star:hover {
    width:16px;
}

.star-rating a.two-stars {
    left:16px;
}

.star-rating a.two-stars:hover {
    width:32px;
}

.star-rating a.three-stars {
    left:32px;
}

.star-rating a.three-stars:hover {
    width:48px;
}

.star-rating a.four-stars {
    left:48px;
}

.star-rating a.four-stars:hover {
    width:64px;
}

.star-rating a.five-stars {
    left:64px;
}

.star-rating a.five-stars:hover {
    width:80px;
}

.star-rating ul {
    padding:0;
}

.star-rating li.current-rating {
    background:transparent url(images/star_rating.gif) repeat scroll left bottom;
    display:block;
    height:16px;
    position:absolute;
    text-indent:-9000px;
    z-index:1;
    padding:0;
    padding-left:0;
}

/* pagination */
span.page-numbers-results {
    float:left;
    font-size:90%;
    margin-top:5px;
}

span.page-numbers {
    float:right;
    font-size:90%;
    margin-top:5px;
}

span.page-numbers a {
    text-decoration:none;
}

span.page-numbers a:hover {
    text-decoration:underline;
}

/* compare table */
div.compare_table {
    padding:5px;
    margin:0;
}

div.compare_table table {
    width:100%;
    border:1px #d1d1d1 solid;
    font-size:11px;
    border-right:0;
    border-bottom:0;
}

div.compare_table table td {
    padding:7px 3px;
    border-bottom:1px #d1d1d1 solid;
    border-right:1px #d1d1d1 solid;
}

div.compare_table table td span.text_bold {
    text-align:left;
    text-align:left;
    display:block;
    min-width:90px;
}

/* listing options */
div#options_container {
    width:140px;
    float:right;
    background:url(images/options_bg.png) 0 0 no-repeat;
    margin:4px 0 0 20px;
}

div#options_container h3 {
    font-size:11px;
    color:#444;
    text-align:center;
    line-height:27px;
    margin:0;
    font-family:Tahoma, Geneva, sans-serif;
}

div#options_container div.options_container_bg {
    border:#B7C5D8 1px solid;
    padding:0;
    margin:0 0 15px 0;
}

div#options_container ul.listing-opt-items {
    margin:0;
    padding:0;
    list-style:none;
}

div#options_container ul.listing-opt-items li {
    list-style:none;
    padding:3px 0;
    border-bottom:#B7C5D8 1px solid;
}

div#options_container ul.listing-opt-items li img {
    padding:0 3px 0 5px;
}

div#options_container ul.listing-opt-items li span.text {
    color:#333;
}

/* listing logo */
div.logo_img img {
    border:2px solid #EEE;
    padding:3px;
    background:#FFF;
}

div.logo_img img:hover {
    border:2px solid #DDD;
    background:#FFF;
}

/* listing boxes */
div.listing_desc {
    margin:0 0 15px 0;
    line-height:150%;
    color:#666;
}

div.listing_contentbox {
    margin:0 0 15px 0;
    line-height:150%;
    color:#666;
}

div.listing_desc ul {
    margin:10px 10px 10px 20px;
}

div.listing_desc ol {
    margin:10px 10px 10px 25px;
}

div.listing_desc h1, div.listing_desc h2, div.listing_desc h3, div.listing_desc h4, div.listing_desc h5, div.listing_desc h6 {
    margin:0 0 10px 0;
    line-height:100%;
    text-align:left;
    font-family:Tahoma, Geneva, sans-serif;
    color:#222;
    letter-spacing:0;
    font-weight:bold;
}

div.listing_desc h1 {
    font-size:26px;
}

div.listing_desc h2 {
    font-size:22px;
}

div.listing_desc h3 {
    font-size:18px;
}

div.listing_desc h4 {
    font-size:15px;
}

div.listing_desc h5 {
    font-size:12px;
}

div.listing_desc h6 {
    font-size:9px;
}

div.listing_desc code {
    background:#EEE;
    border:#CCC 1px dashed;
    padding:7px 10px;
    margin:0 0 10px 0;
    display:block;
}

div.listing_desc blockquote {
    background:#EEE;
    border:#CCC 1px dashed;
    padding:7px 10px;
    margin:0 0 10px 0;
    display:block;
}

div.listing_desc table {
    border:#CCC 1px solid;
    margin:0 0 10px 0;
}

div.listing_desc table th, div.listing_desc table td {
    padding:4px 10px;
    border:#CCC 1px solid;
}

div.listing_desc table th {
    background:#EEE;
}

/* map */
div#map {
    border:5px solid #CCC;
    width:350px;
    height:300px;
    color:#333;
}

/* image gallery */
ul#image_gallery {
    list-style:none;
    margin-top:10px;
    overflow:hidden;
}

ul#image_gallery li {
    float:left;
    display:block;
    cursor:pointer;
    margin:0 14px 14px 0;
    padding:0;
}

ul#image_gallery li img {
    border:0;
    width:60px;
    height:60px;
    padding:0;
    border:1px solid #CCC;
    padding:3px;
    background:#FFF;
}

img#image_gallery_image {
    border:1px solid #CCC;
    margin:10px 0;
    padding:3px;
    background:#FFF;
}

span#image_gallery_image_title {
    font-weight:bold;
    font-size:12px;
}

/* classified image gallery */
ul#classified_image_gallery {
    list-style:none;
    margin-top:10px;
    overflow:hidden;
}

ul#classified_image_gallery li {
    float:left;
    display:block;
    cursor:pointer;
    border:3px solid #fff;
    outline:1px solid #ddd;
    margin-right:14px;
    margin-bottom:14px;
    overflow:hidden;
}

ul#classified_gallery li img {
    border:0;
    display:block;
}

img#classified_image_gallery_image {
    border:3px solid #fff;
    outline:1px solid #ddd;
    margin:10px 0;
}

/* classified sidebox images */
div.classified_image {
    text-align:center;
    margin:0 0 5px 0;
}

div.classified_image img {
    border:#CCC 1px solid;
    padding:3px;
    background:#FFF;
}

/* list table */
div.table-list caption {
    margin:3px 3px 1px 3px;
    border:1px #E5E5E5 solid;
    padding:5px;
    overflow:hidden;
}

div.table-list thead th {
    border:1px #E5E5E5 solid;
    padding:5px 10px;
}

div.table-list tfoot th {
    border:1px #E5E5E5 solid;
    padding:5px 10px;
}

div.table-list tbody th {
    border:1px #E5E5E5 solid;
    padding:5px 10px;
    vertical-align:top;
    background:#FFF;
    text-align:left;
}

div.table-list tbody td {
    border:1px #E5E5E5 solid;
    padding:5px 10px;
    vertical-align:top;
    background:#FFF;
}

div.table-list tbody tr.odd td, div.table-list tbody tr.odd th {
    background:#F2F6FA;
}

table.frame {
    border-collapse:collapse;
    border-color:#EBEBEB;
    border-style:solid solid none;
    border-width:1px 0 0 1px;
    margin:0 0 10px;
    padding:0;
}

.table {
    border-collapse:collapse;
    width:100%;
}

.table .label {
    width:150px;
    background-color:#F5F5F5;
    color:#333333;
    text-align:right;
}

.table tr td {
    padding:10px;
    background-color:#FFF;
    border-bottom:1px solid #EBEBEB;
    border-right:1px solid #EBEBEB;
}

/* form styles */
input.text {
    width:150px;
    padding:2px 1px;
    border:#CCC 1px solid;
    background:#FFF;
    color:#666;
    font-size:12px;
}

select.select {
    width:150px;
    padding:1px;
    border:#CCC 1px solid;
    background:#FFF;
    color:#666;
    font-size:12px;
}

input.submit {
    color:#3764aa;
    padding:2px 5px;
    border-top:1px solid #BBB;
    border-right:1px solid #666;
    border-bottom:1px solid #666;
    border-left:1px solid #BBB;
    background:#FFF;
    margin:5px 0 0 0;
    font-weight:bold;
    cursor:pointer;
    font-size:11px;
}

input.submit:hover, input.submit:focus {
    border-top:1px solid #666;
    border-right:1px solid #BBB;
    border-bottom:1px solid #BBB;
    border-left:1px solid #666;
}

textarea.textarea {
    width:300px;
    padding:2px 1px;
    border:#CCC 1px solid;
    background:#FFF;
    color:#666;
    font-size:12px;
}

/* form container */
div.form-container {
    padding:0;
    margin:0 0 5px 0;
}

div.form-container form p {
    margin:0;
}

div.form-container form p.note {
    margin-left:155px;
    font-size:90%;
    margin-top:3px;
    clear:both;
}

div.form-container form p.note img {
    border:1px solid #CCC;
    margin:5px 0;
}

div.form-container div.controlset {
    margin-left:155px;
    float:none;
}

div.form-container div.controlset input {
    width:auto;
    margin-bottom:5px;
    vertical-align:middle;
}

div.form-container input.controlset {
    width:auto;
}

div.form-container select.page-numbers {
    width:50px;
    padding:1px;
    font-size:90%;
}

div.form-container div.custom {
    padding:3px 5px;
}

fieldset ol {
    margin:0;
    padding:0;
}

fieldset li {
    list-style:none;
    padding:0 0 8px 0;
    margin:0;
    clear:both;
}

fieldset li ul li {
    list-style:none;
    padding:0;
    margin:0;
    clear:both;
}

div.form-container em {
    font-weight:bold;
    font-style:normal;
    position:relative;
    left:5px;
    color:#C00;
}

fieldset label {
    font-size:11px;
    width:155px;
    display:block;
    float:left;
    text-align:left;
    position:relative;
    font-weight:bold;
}

fieldset label.error {
    color:#C00;
}

legend {
    display:none;
}

div.form-container fieldset.buttonrow {
    border:0;
    margin:0;
    ]margin:0 0 0 -17px;
    padding:0;
}

fieldset.hidden {
    border:0;
}

fieldset li img {
    padding-left:10px;
}

fieldset li p img {
    padding:0;
}

fieldset div div img {
    padding:0;
}

/* reviews list */
div.reviews_list {
    border:#CCC 1px solid;
    margin:0 0 10px 0;
    padding:10px;
    line-height:150%;
    color:#666;
}

div.reviews_helpful {
    border-top:#DDD 1px solid;
    border-bottom:#E8E8E8 1px solid;
    padding:4px 0 5px 0;
    margin:5px 0;
}

/* classified content detail */
div#content_detail {
    line-height:150%;
    color:#666;
    overflow:hidden;
    padding:0 0 10px 0;
}

div#content_detail h5 {
    margin:20px 0 5px 0;
}

div#content_detail div.classified_left {
    width:350px;
    float:left;
}

div#content_detail div.classified_right {
    width:170px;
    float:right;
}

/* images, documents, classifieds Search */
.image_results ol, .document_results ol, .classifieds_results ol {
    margin:0 0 10px 0;
    padding:0;
    line-height:150%;
    color:#666;
}

.image_results a, .document_results a, .classifieds_results a {
    font-weight:bold;
}

.image_results li, .document_results li, .classifieds_results li {
    list-style:none;
    padding:10px;
    margin:0 0 10px 0;
    border:#CCC 1px solid;
    overflow:hidden;
    height:100%;
}

.image_results .image, .document_results .image, .classifieds_results .image {
    float:left;
    vertical-align:middle;
    margin-right:20px;
}

.image_results .image img, .document_results .image img, .classifieds_results .image img {
    border:#CCC 1px solid;
    padding:3px;
    background:#FFF;
}

.image_results .image_details, .document_results .document_details, .classifieds_results .classifieds_details {
    vertical-align:middle;
}

.image_results .image_title, .document_results .document_title, .classifieds_results .classifieds_title {
    font-weight:bold;
}

/* accordion */
.ui-accordion { width: 100%; }
.ui-accordion .ui-accordion-header {
	cursor: pointer;
	position: relative;
	margin-top: 1px;
	zoom: 1;
}
.ui-accordion .ui-accordion-li-fix { display: inline; }
.ui-accordion .ui-accordion-header-active { border-bottom: 0 !important; }
.ui-accordion .ui-accordion-header a { display: block; font-size: 1em; padding: .5em .5em .5em .7em; }
.ui-accordion-icons .ui-accordion-header a { padding-left: 2.2em; }
.ui-accordion .ui-accordion-header .ui-icon {
	position: absolute;
	left: .5em;
	top: 50%;
	margin-top: -8px;
	height: 49px;
}
.ui-accordion .ui-accordion-content { padding: 1em 2.2em; border-top: 0; margin-top: -2px; position: relative; top: 1px; margin-bottom: 2px; overflow: auto; display: none; zoom: 1; }
.ui-accordion .ui-accordion-content-active { display: block; }

/* Content News */
	
.content-news {
	margin: 0 auto;
	width: 700px;
	background: #fff;
	border-bottom: solid 1px #c4c4c4;
	}
	
#content-news-header {
	background: url(images/content-header-news.jpg) no-repeat top left;
	height: 31px;
	width: 490px;
	margin: 0;
	}
	
.content-news h3 {
	background: #fff url(images/arrow-square.gif) no-repeat right -51px;
	padding: 7px 10px;
	margin: 0;
	font: bold 120%/100% Arial, Helvetica, sans-serif;
	border: solid 1px #c4c4c4;
	border-bottom: none;
	cursor: pointer;
	font-size: 80%;
	text-transform: uppercase;
	}

.content-news h3:hover {
	background-color: #ccc;
	}

.content-news h3.active {
	background-position: right 5px;
	}

.content-news p {
	margin: 0;
	padding: 10px 10px 25px;
	font-size: 72%;
	border-left: solid 1px #c4c4c4;
	border-right: solid 1px #c4c4c4;
	text-align: justify;
	}

.content-news img {
	margin: 5px 8px;
	padding: 0;
	border: 1px solid #000;
	}
	
.content-news a {
	font-size: 90%;
	margin: 0px 15px;
	}
	
/* Content news2 */

.content-news2 {
	float: right;
	margin: 0;
	padding: 5px 0;
	width: 643px;
	background: #fff;
	border: solid 1px #999;
	/* -webkit-border-radius: 8px;
	-webkit-border-top-left-radius: 0;
	-moz-border-radius: 8px;
	-moz-border-top-left-radius: 0; */
	}
	
.content-news2 h3 {
	background: #e5e5e5 url(images/arrow-square.gif) no-repeat right -51px;
	padding: 7px 10px;
	margin: 4px 3px;
	font: bold 120%/100% Arial, Helvetica, sans-serif;
	border: solid 1px #c4c4c4;
	cursor: pointer;
	font-size: 80%;
	text-transform: uppercase;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	}

.content-news2 h3:hover {
	background-color: #ccc;
	}

.content-news2 h3.active {
	background-position: right 5px;
	}

.content-news2 p {
	margin: 0;
	padding: 10px 4px;
	font-size: 72%;
	text-align: justify;
	}
	
.content-news2 img {
	margin: 5px 100px;
	padding: 0;
	background: none;
	border: 1px solid #000;
	}
	
.active {
	background-position: right 12px;
}
