h1{
	color: #3a7baa;
	font-size: 18px;
	float: left;
	clear: both;
	width: 100%;
	margin: 0 0 10px 0;
}

a {
	text-decoration:none;
	color:#424242;
}
a:hover {
	color:#424242;
	text-decoration: underline;
}

br{
	clear: both;
}

.input{
	margin: 0 0 5px 0;
	float: left;
	clear: both;
	width: 100%;
}
.input input{
	float: left;
}
label{
	float: left;
	width: 120px;
	text-align: left;
	margin: 0 15px 4px 0;	
	height: 18px;
	font-weight: normal;
}

.radio_inner{
    float: left;
    width: 300px;
}
.radio_inner label{
    float: left;
    width: auto;

}
.radio_inner input{
    float: left; 
    clear: left;
    margin-right: 10px;
}
.error-message{
	float: left;
	clear: right;
	color: red;
	font-weight: bold;
	margin: 0 0 0 10px;
}
select.text, input.text, textarea {
	font:11px trebuchet,tahoma,Verdana, Arial Helvetica,sans-serif;
	float: left;
	margin: 0 4px 4px 0;
	border: 1px solid #999;
	padding: 3px;
}
select.text {
	padding: 1px;
}
textarea{
	height: 80px;
}

.submit{
    padding-left: 0px;
}
.submit input{
	float: left;
	color: #444;
	margin: 15px 0 0 10px;
	padding: 0 20px 0 40px;
	font-size: 11px;
	font-weight: bold;
	cursor: pointer;
	text-decoration: none;
}

	input.back{
		text-decoration: none;
		margin-left: 0;	
	}

input:focus,textarea:focus{
	background: #fff;
	border-color: #999;
}

.checkbox input{
	float: left;
	clear: none;
	margin: 0;
}
.checkbox label{
	float: left;
	text-align: left;
	margin-left: 10px;
	width: 90%;
}

.radioset input{
	float: left;
	clear: left;
}
.radioset label{
	float: left;
	clear: right;
	text-align: left;
	margin-left: 10px;
}

fieldset{
	margin: 10px 0 20px 0;
	border: 0px #ccc solid;
	padding: 15px 10px;
}
fieldset legend{
	color: #fff;
}


	a.back{
		float: left;
		clear: both;
		width: 60px;
		margin: 10px 0 0 0;
		font-weight: bold;
		color: #666;
		text-decoration: none;
		padding: 1px 2px 1px 2px;
	}
	a.back:hover{
		text-decoration: underline;
		background: #3761a3;
		color: #fff;
	}
/*
	h2{
		color: #666;
		font-size: 14px;
		margin: 0 0 15px 0;
	}
*/
	p{
		color: #999;
		font-size: 11px;
		width: auto;
	}


/*
TABLE LAYOUT
*/
table {
	border-collapse: collapse;
	empty-cells: show;
	clear: both;
	margin: 0 0 20px 1px;
}
table a{
	color: #4b3d1a;
	text-decoration: none;
}
table a:hover{
	text-decoration: underline;
}
table p{
	margin: 0;
}
caption {
	height: 35px;
	line-height: 35px;
	padding: 0 10px;
	font-size: 16px;
	text-align: left;
	margin-left:-1px;
	color: #000;
	background-color: #bbb;
}
th, td  {
	padding: 5px 8px 5px 8px;
	border: 1px solid #ccc;
	vertical-align: top;
}
th {
	background-color: #ccc;
}
th span, th a {
    color: #333;
	text-decoration: none;
}
th a:hover, .current-sort {
	text-decoration: underline;
}


/* PAGING */
#paging{
	margin: 5px 0 50px 0;
}
#paging span{
	margin: 0 5px 0 0;
	border: 1px solid #c0cfd7;
	border-width: 0 1px 0 0;
	padding-right: 7px;
}
#paging a{
	text-decoration: none;	
}
#paging a:hover{
	text-decoration: underline;
}
#paging .current{
	font-weight: bold;
	font-size: 13px;
}

.total{
	text-align: right;
	font-weight: bold;
}


/* LIST */
.list{
	width: 100%;
	clear: both;
	float: left;
}

	.list ul{
		list-style-type: none;
		margin: 0;
		padding: 0;
				
	}
	.list ul li{
		margin: 0;
		padding: 0 0 4px 0;
		width: 100%;
	}
	.list ul li a{
		float: left;
		text-decoration: none;
		margin:0;
		padding: 5px 0 4px 0;
		width: 100%;
	}	
	.list ul li a:hover,.list ul li a.active{
		background: #fff;
		color: #4276ab;
	}	
	.list ul li a span{
		float: left;
	}
	.list ul li a .date{
		margin: 0 15px 0 12px;
	}


/* LOGIN LAYOUT */
	#login h3{
		font-size: 18px;
		color: #fff;
		clear: both;
		margin:0 0 10px 0;
		width: 100%;
	}
	#login label{
		text-align: left;
		clear: both;
		color: #444;
		margin: 0;
	}
	#login input.text{
		width: 140px;
		clear: both;
		margin: 0 0 13px 0;
	}
	#login input.btn{
		clear: both;
		width: 100px;
		margin: 5px 0 0 0;
		padding: 0;
	}
	#login .errormessage{
		clear: both;
		font-size: 11px;
		color:red;
		font-weight: bold;
		margin: 0;
		width: 100%;
	}
	#login a{
		float: left;
		clear: both;
		margin: 5px 0 0 0;
		padding: 2px;
		border: 1px dotted #fff;
		border-width: 0 0 1px 0;
		color: #fff;
		text-decoration: none;
		width: auto;
	}
	#login a:hover{
		background: #fff;
		color: #444;
	}

/* SUBSCRIPTIONS LAYOUT */
#subscriptions h3{
    font-size: 18px;
    color: #fff;
    clear: both;
    margin:0 0 10px 0;
    width: 100%;
}

	
/* GENERAL PAGE LAYOUT */
.breadcrumb{
	float: left;
	clear: both;
	margin: 0 0 10px 0;
}
.breadcrumb,.breadcrumb a{
	color: #999;
}
.breadcrumb a:hover{
	text-decoration: none;
}



/* CONTACT FORM */
#contact .input{
	float: left;
	margin: 0 10px 5px 0;
}
#contact .withclear{
	float: left;
	clear: both;
}

#contact label{
	float: left;
	width: 80px;
	margin: 0 15px 4px 0;	
	height: 18px;
	color: #676765;
}

#contact select, #contact input.text, #contact textarea {
	font:11px;
	float: left;
	margin: 0 4px 4px 0;
	border: 1px solid #cdcdcd;
	padding: 3px;
	background-color:#fff
}
#contact select {
	padding: 1px;
}
#contact textarea{
	height: 80px;
	width: 260px;
}
#contact .error-message{
	float: left;
	clear: right;
	color: red;
	font-weight: bold;
	margin: 0 0 0 10px;
}
#contact .formleft{
	float: left;
	width: 480px;
}
#contact .formright{
	float:left;
	clear: right;
}
#contact .formright ul {
	list-style:none;
	padding:0 7px 0 10px;
	margin:0;
	width:112px;
	float:left;
}
#contact .formright ul a {color:#000;}
#contact .required-info{
	clear: both;
	margin: 5px 0 5px 100px;
}
form#contact  { width:400px}
form#contact label { color:#3a7baa}
.formcont p.info { color:#424242 !important; font-size:13px !important; line-height:18px; padding:20px 0}


/* SEND TO A FRIEND */
#send_form {
	padding: 15px;
}
#send_form h1 {
	margin: 0 0 15px 0;
}
#send_form label {
	width: 150px;
}

#send_form .checkbox label{width: 250px;}


/* PICTURE GALLERY */
.galleryThumb {
	float: left;
	margin: 0 15px 30px 0;
}
.galleryThumb img{
	border: 0;
	border: 1px solid #ccc;
}
.galleryThumb a.thumb{
	float: left;
	clear: both;
	margin: 0 0 6px 0;
}
.galleryThumb a.thumbhref{
	float: left;
	clear: both;
}


#pages_files{
	float: left;
	margin: 30px 20px 20px 0;
	width: 250px;
}
	#pages_files h4{
		float: left;
		clear: both;
		margin: 0 0 10px 0;
	}
	#pages_files a{
		float: left;
		clear: both;
		margin: 0 0 5px 0;
	}

.pages_images{
	float: left;
	margin: 30px 0 20px 0;
}
	.pages_images h4{
		float: left;
		clear: both;
		margin: 0 0 10px 0;
	}
	.pages_images img{
		float: left;
		clear: both;
		margin: 0 0 5px 0;
	}	
	.pages_images a{
		float: left;
		clear: both;
		margin: 0 0 5px 0;
	}

a.edit_content{
    text-decoration: none;
    color: red;
}
/* ALT REFERENCES */
.alt_ref_top_menu{
    position:relative;
    left:400px;
    top:-24px;
    width:75px;
}

.alt_ref_filter_item{
    margin:10px;
    width:120px;
    background-color:#b2dfff;
    float:left;
    cursor:pointer;
}

.alt_ref_clear{
    clear:both;
}

.alt_ref_h3{
    width:125px;
    float:left;
}

.alt_ref_info{
    padding:15px;
    background-color:#b2dfff;
}

.alt_ref_hvbl_thumb{
    margin:2px;
    float:left;
}

.alt_ref_res_link_1{
    position:relative;
    left:250px;
    top:-24px;
    width:75px
}

.alt_ref_res_link_2{
    position:relative;
    left:350px;
    top:-39px;
    width:150px
}

.wait_message {
    font-weight: bold;
    font-size: 14px;
    padding: 20px;
}

.dynamic_form {
    margin-top: 10px;
}
    .dynamic_form h3 {
    }
    .dynamic_form p {
        margin: 10px;
    }


#bargain_groups{
    margin: 10px;
}
    #bargain_groups a.active{
        background: #fff;
        color: #4276ab;
    }



#image_uploader{
    margin: 10px 0 20px 0;
    width: 100%;
}
.upload_trigger{
    color: #3b7fc1;
    font-weight: bold;
    display: none;
}
#image_queue{
    margin: 5px 0 10px 0;
    width: 100%;
}
    #image_queue .image{
        height: 16px;
        float: none;
        clear: both;
        margin-bottom: 4px;
    }
    #image_queue .image a.delete{
        display: block;
        padding: 1px;
        width: 15px;
        height: 15px;
        background: url(../img/layout/delete.png);
        float: left;
    }
    #image_queue .image .progressbar{
        height: 16px;
        width: 300px;
        margin-left: 2px;
        z-index: 0;
        float: left;
    }
    #image_queue .image .filename{
        float: left;
        width: 290px;
        margin-left: -290px;
        z-index: 10;
        padding: 1px 0 0 0;
    }
    #image_queue .image .size{
        float: left;
        width: 80px;
        padding: 1px 0 0 5px;
    }
.ui-progressbar-value { 
    background-image: url(../img/layout/pbar-ani.gif) !important; 
}
#attached_images { 
    list-style-type: none; 
    margin: 10px 0 0 0; 
    padding: 0; 
}
    #attached_images li { 
        margin: 3px 3px 3px 0; 
        padding: 1px; 
        float: left; 
        width: 80px; 
        height: 80px; 
        font-size: 4em; 
        text-align: center; 
        position: relative;
    }
    #attached_images li img{ 
        width: 80px;
        height: 80px;
        position: absolute;
        top: 1px;
        left: 1px;
        z-index: 0;
    }

    #attached_images li a.delete{
        display: block;
        width: 15px;
        height: 15px;
        background: url(../img/layout/delete.png);
        position: absolute;
        top: 1px;
        right: 1px;
        z-index: 1;
    }
p.error{
    text-align: center;
    font-size: 12px;
    color: #ff0000;
    margin: 20px;
}



/*-------------------------------- Copyright Lolly G. ---------------------------*/

h3 { font-size:14px; font-weight:normal}
h4 { text-transform: uppercase; font-weight:normal; font-size:11px }
input[type="submit"], input[type="button"] { background:#73aad6; padding:3px 25px; border:0; cursor:pointer; font-size:12px; color:#FFF}
td select { width:200px}

#search{
	float:left
}
.home{
	margin-top:30px;
	margin-bottom: 25px;
}
.home select { width:200px; clear:right}
.lefthome { 
	float:left; 
	clear: both;
	width:350px; 
	margin-left: 40px;
}
.lefthome h1{ margin-bottom: 10px;}

#searchbox{ margin: 25px 0 30px 40px;}

#searchresults{margin: 0 0 0 40px;}

#searchresultbox{
	float: left;
	clear: both;
}
#searchresult-count{
	color:#3a7baa; 
	font-size:30px; 
	font-weight:bolder;
	width: 60px;
	display: block;
	float: left;
}
#searchresult-label{
	display: block;
	float: left;
	clear: right;
	padding-top: 17px;
}
#proceed_to_results{
	margin: 0 0 0 60px;
}

.box { background:#e3eef7; padding:8px 15px; border:1px solid #797979; clear:both; margin-top:10px; color:#797979}
.box a { margin-left:40px; font-weight:bold; color:#3a7baa; text-decoration: none;}
.box a:hover {text-decoration: underline;}
.box p { padding:0}

.box2, .box3{ 
	background:#e8e8e8; 
	padding:15px; 
	width:419px; 
	float:left; 
	height:112px; 
	overflow:hidden;
}
.box2 h1{
}
.box2 p{
	margin: 0px;
    padding:0;
	color: #666;
}
.box2 a { display: block; text-decoration:none; color:#3a7baa; margin-top:8px}
.box2 a:hover { text-decoration: underline;}
.box2 h1 a, .box2 p a { text-decoration:none}
.box2 p a {color:#e8e8e8;}

.box3 { 
	background:#74abd7; 
	margin:2px 0 40px 0;
	overflow:hidden; 
	color:#fff; 
	font-size:15px;
}
.box3 li { list-style:disc}
.box3 ul {margin:0; padding-left:18px}
.box3 h1 { color:#FFF; clear:both; display:block}
.box3 a { text-decoration:none; color:#fff; font-size:15px;}

.homeprod { 
	width:150px;
	float:left;
	line-height:20px;
	padding-top: 15px;
}
.homeprod img{
	border: 0;
}
.homeprod h3{
	font-size: 12px;
}
.formcont {margin-right:0px; padding:40px 100px;background: #f0f0f0;}

.right { float:right}
.w720 { float: left; width:900px; margin:15px 0 0 0; padding: 0;}
.left { float:left}
.clear { clear:both}
.footer { background-color:#e7e7e7; left:0; right:0; padding:24px 0}
.footer a { text-decoration:none; color:#424242; padding-right:30px; font-size:12px}
.footer a:hover {text-decoration: underline;}
.intro { margin:7% auto; padding:0; width:899px}

.s400 { width:400px; color: #333}
.s400 h2{
	color: #336699;
	font-size: 18px;
	margin: 0 0 24px 0;
	font-weight:bold;
}

.s400 input { margin:20px 95px; width:260px}
.s400 input[type="submit"] { width:130px}
.formcont .right ul { margin-top:85px}
.formcont .right li { list-style:none; font-size:13px; padding:2px 0}
.formcont .right li strong { font-size:14px; text-transform:uppercase; color:#3a7baa}

.carbox { border:1px solid #797979; width:206px; overflow:hidden; height:307px; margin:0 12px 25px 0; line-height:16px; float:left;cursor: pointer;}
.carbox:hover{
	text-decoration: none;
} 
.carbox img{width: 206px; height: 155px;border: 0;}
.carbox h4 { font-size:12px; height: 50px;color:#3a7baa; font-weight:bold; text-transform:uppercase; padding:10px 0 10px 15px}
.carbox p { padding:0 15px 15px}

.imgs { width:420px; border: 0; margin-top: 8px}
/*.imgs { margin-top:30px}*/
.tmbs {width: 425px;}
.tmbs img { width:100px; margin:7px 3px 0 0}
.tmbs a { border:none}
a.stap2 { margin:20px 100px 20px 30px; text-decoration:none; color:#797979; font-size:12px; display:block; float:left}
.graydescr { background:#f5f5f5; padding:15px; margin:15px 15px 15px 0; width:420px}
.graydescr dt { float:left; font-weight:bold; width:200px; text-align:left; margin:5px 0 0; padding:0}
.graydescr dd { float:left; padding:0; margin:5px 0 0; width:200px; text-align:left; height: 15px;}
.graydescr ul { width:180px; padding-left:17px; float:left}
.graydescr p { line-height:20px; font-size:12px !important; color:#797979 !important}
p.boldinfo { font-size:14px !important; font-weight:bold; color:#797979 !important; padding:30px 0}
p.boldinfo a { color:#3a7baa; text-decoration:underline}

.goprint { margin:10px 50px 0 0; height: 30px; display:block; float: left; border:none}
.goprint img{border: 0; margin: 0 15px 0 0}
.sendtofriend { margin:10px 0 0 0; padding: 10px 0 0 0; height: 30px; display:block; float: right; border:none}

#contact div .required {
	background: #FF0000;
	color: #ddd;
}

.form_status{
	margin: 20px 0 10px 95px;
	font-weight: bold;
	color: #FF0000;
}




/* slideshow gallery */
.visual-holder{
	width: 453px;
	overflow: hidden;
	height:298px;
	padding: 0;
	position: relative;
	float: right;
}
.visual-holder img{display: block;}
.visual-navigation{
	overflow: hidden;
	position: absolute;
	left: 10px;
	bottom: 10px;
	width: 453px;
	height: 36px;
	/*background: url(../../img/layout/bg-controls.png);*/
}
.visual-navigation ul{
	margin: 5px 0 0 169px;
	padding: 0;
	list-style: none;
}
.visual-navigation li{
	float: left;
	overflow: hidden;
	margin: 0 3px 0 0;
}
.visual-navigation a{
	float: left;
	text-indent: -9999px; 
	overflow: hidden;
	width:25px;
	height: 25px;
}
/*
.visual-navigation li.btn-back a{background: url(../../img/layout/btn-back.png) no-repeat;}
.visual-navigation li.btn-play a{background: url(../../img/layout/btn-play.png) no-repeat;}
.visual-navigation li.btn-pause a{background: url(../../img/layout/btn-pause.png) no-repeat;}
.visual-navigation li.btn-next a{background: url(../../img/layout/btn-next.png) no-repeat;}
*/

.gallery-item {
	background: #e7eee7;
	margin: 0;
	padding: 0;
	list-style: none;
	width: 453px;
	height: 298px;
	position: relative;
	overflow: hidden;
}
.gallery-item li {
	position: absolute;
	top: 0;
	left: 0;
}
.gallery-title { visibility: hidden;position: absolute; padding:12px; font-size:17px; color:#efefef; width:427px; margin:0 0px 0; z-index:100; /*background:url(../../img/layout/bg-controls.png);*/ font-weight:bold}