* {
	margin: 0px;
	padding: 0px;
}
div.clearfloats {
	clear: both;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {display: inline-block;}
* html .clearfix {height: 1%;}
.clearfix {display: block;}
body {
	background-image: url(../images/background/bg_from_blog.jpg);
	background-repeat: repeat-x;
	background-color: #BEC3C6;
}
a {
}
h1 {
	font-size: 15px;
}
h2 {
	font-size: 13px;
}
h3 {
}
h4 {
}
h5{
}
h6 {
}





div#edging_container {
	margin-right: auto;
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(../images/background/container_back_edging2.jpg);
	background-repeat: no-repeat;
	margin-bottom: 20px;
	background-position: center top;
	width: 100%;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
div#container {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-repeat: no-repeat;
	padding: 0px;
}
div#above_header {
	margin-top: 0px;
	padding-top: 0px;
	background-color: #656A6D;
	height: 20px;
}

div#header {
	width: 100%;
	height: 120px;
	background-image: url(../images/background/header_from_blog.jpg);
	position: relative;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
}
div#header_watches {
	width: 100%;
	height: 110px;
	background-image: url(../images/background/header_watches.jpg);
	position: relative;
	background-repeat: no-repeat;
}
div#header_electronics {
	width: 100%;
	height: 110px;
	background-image: url(../images/background/header_electronics.jpg);
	position: relative;
	background-repeat: no-repeat;
}
div#header_cart {
	width: 100%;
	height: 110px;
	background-image: url(../images/background/header_cart.jpg);
	position: relative;
	background-repeat: no-repeat;
}
div.headermenu_container {
	margin-top: 5px;
	padding-left: 40px;
}

ul.headermenu {
	list-style-type: none;
}
ul.headermenu li {
	float: left;
}
ul.headermenu a {
	text-decoration: underline;
	color: #333333;
	display: block;
	padding-top: 3px;
	padding-right: 8px;
	padding-bottom: 3px;
	padding-left: 8px;
	text-align: center;
}
ul.headermenu a:hover {
	color: #FF6600;
}



div#top_logo {
	width: 450px;
	position: relative;
	top: 0px;
	height: 70px;
	left: 0px;
	padding-top: 7px;
}
div.top_logo_name {
	width: 450px;
	font-family: "Arial Black";
	font-size: 32px;
	font-weight: bold;
	color: #FFFFFF;
	font-style: italic;
	text-align: center;
}
div.top_logo_address {
	width: 450px;
	color: #FFFFFF;
	text-align: center;
	font-style: italic;
	font-weight: normal;
	font-size: 15px;
	font-family: "Arial Black";
}
div.top_logo_email {
	top: 0px;
	left: 300px;
	text-align: right;
	margin-top: 17px;
}
div#buttons {
	width: 150px;
}
div#top_viewcart {
	height: 30px;

}



/* BLOG style menu */
#navigation {
	background-image: url(../images/background/menu_background_botom.jpg);
	background-repeat: repeat-x;
	height: 41px;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 1px;
	margin-left: 0;
	background-position: bottom;
	width: 100%;
}
#menus li {
	display:inline;
	list-style:none;
}
#menus li a {
	display:block;
	color:#382E1F;
	height:31px;
	line-height:31px;
	padding:0 20px;
	margin-left:-10px;
	text-decoration:none;
	font-size:11px;
	float:left;
	z-index:1;
	background-color: transparent;
	background-image: url(../images/menu.gif);
	background-repeat: no-repeat;
}
#menus li a:hover {
	background-position:0 -31px;
}
#menus li.current_page_item a, 
#menus li.current-cat a {
	background-position:0 -62px;
}
#menus li a.home {
	background-position:0 -93px;
	width:45px;
	padding:0;
	margin-left:0;
	text-indent:-999em;
}
#menus li a.home:hover {
	background-position:0 -124px;
}
#menus li.current_page_item a.home {
	background-position:0 -155px;
}
#menus li a.lastmenu:hover {
	background-position:0 0;
}
#searchbox {
	width:280px;
	float:right;
	padding:4px 10px;
}
#searchbox .textfield {
	line-height:16px;
	width:180px;
	float:right;
}
#searchbox .switcher {
	float:right;
	width:18px;
	height:22px;
	line-height:16px;
	display:block;
	text-indent:-999em;
	padding:0 2px;
	height:16px;
	margin-top:3px;
	background-image: url(../images/icons.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}
/* header END */

/* submenu START */
#menus li ul {
	display:none;
	background:#F4F5F7;
	border:1px solid #CCC;
	border-top-color:#A6A6A6;
	padding:0 5px;
}
#menus li li {
	float:none;
	margin:0 !important;
	margin:0;
	padding:0;
	display:block;
	list-style:none;
}
#menus li li a {
	float:none;
	display:block;
	padding:5px;
	text-decoration:none;
	width:150px;
	font-size:12px;
	border-style:solid;
	border-color:#DDD;
	border-width:1px 0 0;
	margin:0;
	background-image:none;
	height:20px;
	line-height:20px;
}
#menus li li.first a {
	border-top:none;
}
#menus li li a:hover {
	font-weight:bolder;
}
/* submenu END */






div#listmenu {
	width: 100%;
	text-align: center;
	height: 27px;
	position: static;
	padding-top: 3px;
}
ul.topnav{
	padding: 0px;
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 9px;
}
ul.topnav li{
	padding: 0px;
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
ul.topnav li {
	float: left;
	width: 149px;
	margin-right: 5px;
}
ul.topnav a {
	font-size: 18px;
	background-color: #3C63A2;
	color: #F1F2F2;
	display: block;
	padding-top: 1px;
	padding-bottom: 1px;
	width: 149px;
	text-decoration: none;
}
ul.topnav a:hover {
	font-size: 18px;
	background-color: #999999;
}
div#footer {
	width: 100%;
	position: static;
	text-align: center;
	font-size: 12px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #FF6600;
	background-image: url(../images/background/footer_from_blog.jpg);
	height: 87px;
	background-repeat: no-repeat;
}
div#footer_links {
	margin-top: 10px;
	color: #666666;
	text-align: center;

}
div#footer_links a {
	color: #333333;
}
div#footer_links a:hover {
	color: #FF6600;
}

div#footer_address {
	margin-top: 10px;

}
div#mainpage_leftmenu {
	margin-top: 5px;
	margin-bottom: 5px;
}
ul.mainnav{
	padding: 0px;
	list-style-type: none;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #FF6600;
	width: 159px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FF6600;
	font-size: 12px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 25px;
	margin-left: 0px;
}
ul.mainnav li {

}
ul.mainnav a {
	color: #333333;
	display: block;
	padding-top: 3px;
	padding-bottom: 3px;
	width: 149px;
	text-decoration: none;
	padding-left: 3px;
	padding-right: 3px;
}
ul.mainnav a:hover {
	color: #FF6600;
}





div.menu_heading {
	color: #333333;
	width: 159px;
	text-align: center;
	padding-top: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-top-color: #FF6600;
	border-right-color: #FF6600;
	border-bottom-color: #FF6600;
	border-left-color: #FF6600;
	margin-bottom: 25px;

}
ul.shopnav{
	padding: 0px;
	list-style-type: none;
	margin: 0px;
	width: 155px;
	font-size: 12px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #FF6600;
	border-bottom-color: #FF6600;
}
ul.shopnav li{
	padding: 0px;
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
ul.shopnav a {
	color: #333333;
	display: block;
	padding-top: 3px;
	padding-bottom: 3px;
	width: 149px;
	text-decoration: none;
	padding-left: 3px;
	padding-right: 3px;
}
ul.shopnav a:hover {
	color: #FF6600;
}
ul.shopnavnest {
	padding-left: 10px;
}
ul.shopnavnest li {
}
ul.shopnavnest a {
	font-size: 11px;
	color: #333333;
	display: block;
	padding-top: 3px;
	padding-bottom: 3px;
	width: 139px;
	text-decoration: none;
	padding-left: 3px;
	padding-right: 3px;
	font-weight: bold;
}
ul.shopnavnest a:hover {
	font-size: 11px;
	color: #FF6600;
}







.links, .links:visited {
	color: #333333;
	font-size: 12px;
	text-decoration: none;
}
.links:hover {
	color: #FF6600;
}
div.christmas_promo {
	font-size: 1.2em;
	color: #FF0000;
	font-weight: bold;
	background-color: #006600;
	border: 2px dashed #FF0000;
	width: 155px;
	margin-left: 2px;
	margin-top: 15px;
}
div.christmas_promo a:link {
	color: #FF0000;
	font-weight: bold;
	text-decoration: none;
}
div.christmas_promo a:visited {
	color: #FF0000;
	font-weight: bold;
	text-decoration: none;
}
div.christmas_promo a:hover {
	color: #009933;
}
.highlight {
	color: #FF0000;
}
.highlightgreen {
	color: #009900;
}

div#content {
	width: 100%;
	position: static;
}
div#content_top {
	width: 100%;
	background-color: #3c63a2;
}
div#pic_logo {
	float: left;
	width: 310px;
	height: 135px;
	background-image: url(../images_design/ldgfaded.jpg);
}
div#top_content {
	float: left;
	margin-right: 5px;
	height: 135px;
	width: 450px;
	margin-left: 5px;
	font-size: 3em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	font-style: italic;
}
div#top_content_head {
	position: relative;
	width: 80%;
	top: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	font-style: italic;
}
div#admin_nav {
	margin-top: 95px;
	margin-bottom: 0px;
	font-size: 0.8em;
}
div#admin_nav ul {
	margin: 0px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #3C63A2;
}
div#admin_nav li {
	display: inline;
	list-style-type: none;
}
div#admin_nav a {
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
	margin-left: 10px;
	background-color: #CCCCCC;
	text-decoration: none;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #AFAFAF;
	border-right-color: #AFAFAF;
	border-left-color: #AFAFAF;
}
div#admin_nav a:link, div#admin_nav a:visited {
	color: #555555;
}
div#admin_nav a:hover {
	color: #555555;
	background-color: #F1F2F2;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}		
div#admin_nav a.current {
	background-color: #F1F2F2;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F1F2F2;
}
div#content_bottom {
	width: 100%;
	background-color: #FFFFFF;
}


/*  If useing the three column lay out use the    div#column1 through three 

	But If using the row layout for page to fit management list then use row divs below where next coment is*/

div#column1 {
	float: left;
	width: 176px;
}
div.order_date {
	margin-top: 20px;
	font-size: .8em;
}

div.left_blocks {
	width: 165px;
	margin-right: auto;
	margin-left: auto;
	height: 130px;
	margin-top: 5px;
	margin-bottom: 5px;
}
div#column2 {
	float: left;
	margin-right: 5px;
	margin-left: 5px;
	position: relative;
	width: 410px;
}


/*Column 2 for the pages where there are horizontal repeat reginons*/
div#column2horizontalrepeat {
	float: left;
	margin-right: 5px;
	margin-left: 5px;
	position: relative;
	width: 750px;
}
div#column2horizontalrepeat ul{

}
div#column2horizontalrepeat ul li{
	margin-left: 30px;
}
div.review_top_three {
	margin-right: auto;
	margin-left: auto;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	background-image: url(../host_template/template5/html/images/bg1.gif);
	background-color: #EDEDED;
}
div.review_top_three_heading {
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	padding: 5px;
	margin-top: 3px;
	font-size: 14px;
	font-weight: bold;
}
div.review_top_three_content {
	margin-right: auto;
	margin-left: auto;
	background-color: #CCFFCC;
	padding: 5px;
	margin-top: 3px;
	margin-bottom: 0px;
	text-align: left;
}
div.review_top_three_content strong {
	color: #FF0000;
}
div.star_rating_background {
	background-image: url(../images/star_rating/stars_background.gif);
	background-repeat: no-repeat;
	height: 20px;
	width: 90px;
	text-align: left;
}
div.star_rating_dynamic {
	background-image: url(../images/star_rating/stars.gif);
	height: 20px;
	width: 50px;
}
div.bar_rating_background {
	background-image: url(../images/star_rating/bars_background.gif);
	background-repeat: no-repeat;
	height: 15px;
	width: 70px;
	text-align: left;
}
div.bar_rating_dynamic {
	background-image: url(../images/star_rating/bars.gif);
	height: 15px;
	width: 50px;
}
div.mainpage_featured {
	height: 130px;
	width: 440px;
	margin-right: auto;
	margin-top: 5px;
	margin-bottom: 5px;
}
div.mainpage_featured_head {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #3C63A2;
	font-size: 0.8em;
	color: #3C63A2;
	text-align: center;
	height: 18px;
	position: relative;
	top: 6px;
}
div.center_content {
	width: auto;
	margin-right: auto;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: auto;
}
div.center_content_head {
	color: #333333;
	text-align: center;
	position: relative;
	top: 6px;
	font-weight: bold;
	width: 100%;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #FF6600;
	padding-top: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-size: 16px;
}
div.center_content_body {
	width: 100%;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 4px;
	margin-left: auto;
}

div#bubble_container1 {
	height: 120px;
	position: relative;
}
div#bubble_1 {
	background-image: url(../images/bubble_note1.gif);
	height: 127px;
	width: 270px;
	position: absolute;
	z-index: 1;
	left: 0px;
	top: 25px;

}
div#bubble_1_text {
	font-weight: bold;
	padding-top: 20px;
	font-size: 18px;
	color: #FFFFFF;
	text-align: center;
	font-style: italic;
}
div#bubble_2 {
	background-image: url(../images/bubble_note2.gif);
	height: 177px;
	width: 380px;
	position: absolute;
	z-index: 1;
	left: 350px;
	top: -7px;

}
div#bubble_2_text {
	font-weight: bold;
	padding-top: 73px;
	font-size: 18px;
	color: #FFFFFF;
	text-align: center;
	font-style: italic;
}
div#bubble_nr_on_page {
	background-image: url(../images/bubble_note_nr_one_page.gif);
	height: 200px;
	width: 400px;
	position: absolute;
	z-index: 1;
	left: 104px;
	top: -43px;

}
div#bubble_nr_on_page_text {
	font-weight: bold;
	padding-top: 85px;
	font-size: 18px;
	color: #FFFFFF;
	text-align: center;
	font-style: italic;
}
div#column3 {
	float: right;
	width: 176px;
	text-align: center;
}
div.link {
	margin-bottom: 10px;
	margin-top: 10px;
}
div.link a.name{

}
div.link a.url{
	font-size: 9px;

}
div.right_blocks {
	width: 165px;
	margin-right: auto;
	margin-left: auto;
	height: 130px;
	margin-top: 5px;
	margin-bottom: 5px;
}

/*   This is where the row lay out stars  */



table.product {
	margin-bottom: 45px;
	font-size: 12px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-bottom-color: #FF6600;
	border-top-color: #FF6600;
}
th.product {
	background-color: #FFFFFF;
}
td.product {
}
td.product ul {
	padding-left: 35px;
}
td.product li{
	list-style-type: disc;
	list-style-position: outside;
}
td.product ol {
	padding-left: 35px;
}
td.product ol li{
	list-style-type: decimal;
	list-style-position: outside;
}
/*product tables with horizontal in the selector are designed to fit column 2 in a horizontal repeat regin style*/

table.producthorizontal {
	border: 2px solid #000066;
	font-size: 12px;
	margin: 10px;
}
th.producthorizontal {
	background-color: #FFFFFF;
}
td.producthorizontal {
}
td.producthorizontal ul {
	padding-left: 35px;
}
td.producthorizontal li{
	list-style-type: disc;
	list-style-position: outside;
}
td.producthorizontal ol {
	padding-left: 35px;
}
td.producthorizontal ol li{
	list-style-type: decimal;
	list-style-position: outside;
}
/*flight schedule tables*/
table.flightschedule {
	border: 2px solid #000066;
	margin-bottom: 45px;
	font-size: 12px;
}
table.flightschedule a {
	color: #0000FF;
}
table.flightschedule a:hover {
	color: #FF0000;
}

th.flightschedule {
	background-color: #CCCCCC;
}
td.flightschedule {
}
td.flightschedule ul {
	padding-left: 35px;
}
td.flightschedule li{
	list-style-type: disc;
	list-style-position: outside;
}
td.flightschedule ol {
	padding-left: 35px;
}
td.flightschedule ol li{
	list-style-type: decimal;
	list-style-position: outside;
}
