/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
	x-skeleton
	(x-cart css driven template)
	by www.cart-lab.com
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
	core / layout
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/

#container {
	padding: 0px 0px 0px 0px;
	margin: 0px;
}

/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
	html tags
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
textarea {
	padding: 0px;
	margin: 0px;	
}

li {
	list-style-type: square;
	color: #000;
}

table {
	padding: 0px; margin: 0px;
	font-size: 1.0em;
}

hr {
	border: 0px;
	border-top: 1px dashed #CCC;
}

pre {
	font-size: larger;
}

/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
	table mimic
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
.table {
	width: 100%;
}

.table_auto {
	width: auto;
}

.td {
	float: left;
	width: auto;
	margin-bottom: 0px;
	vertical-align: bottom;
	/*display: table-column;*/
	height: 13px;
	padding: 7px 5px;
}

/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
	header
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
#head_container {
	padding: 0;
	margin: 0;
	background: #fff;
	float: left;
	width: 100%;
	border-bottom: 1px solid #5b5b5b;
}

#head_container span {
	position: relative;
	width: auto;
	top: 0;
	left: 0;
}

#top_menu {
	right: 0px;
	top: 0px;
}

#head_bar {
	padding: 0.4em 0.4em;
	height: 30px;
	vertical-align: middle;
}

#search_bar {
	float: right;
}

.search_input {
	float:left;
	background: url(images/search.gif);
	background-position: top left;
	background-repeat: repeat-y; 
	padding-left:20px;
	border:1px solid #5c5c5c;
	height:18px;
	padding-top:1px;
	margin-right:5px;
	width:  120px;
}

/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
	header speed bar
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
/*#navcontainer ul {
	padding: 0;
	margin: 0;
	background-color: #598e00;
	color: white;
	float: left;
	width: 100%;
}
	#navcontainer ul li {
		display: inline;
	}
	
		#navcontainer ul li a {
			padding: 0.2em 1em;
			background-color: #598e00;
			color: #ccff66;
			text-decoration: none;
			float: left;
			border-right: 1px solid #fff;
		}
		
		#navcontainer ul li a:hover {
			background-color: #efefef;
			color: #000;
		}
	
	li.navnumber {
		padding: 0.2em 1em;
		text-align: right;
		color: #fff;
		float:right;
	}*/


/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
	footer
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
#footer_bar {
	width: auto;
	clear: both;
	border-bottom: 1px solid #5b5b5b;
	vertical-align: middle;
	text-align: left;
}

/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
	dialog
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
.dialog {
	position: relative;
	min-width: 300px;
	/*color: #2d4504;*/
	border: 0px solid #f5f5f5;
}

.dialog_title {
	color: #1a53a4;
}

.dialog_content {
	padding: 10px;
}

.dialog_title h3 {
	/*color: #2d4504;*/
	padding: 5px;
	margin: 0px;
	letter-spacing: -1px;
	font-family: tahoma, arial, sans-serif;
}

/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
	menus
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
.menu_container {
	background-color: #e4e9f4;
	border: 5px solid #a4b5d9;
	border-top: 0;
	width: 252px;
}

.menu_hdr {
	background-color: #a4b5d9;
	color: #e4e9f4;
	font-weight: bold;
	margin: 0px;
	height: 21px;
	vertical-align: bottom;
	cursor: pointer;
	cursor: hand;
	border-bottom: 1px solid #e4e9f4;
	padding-left: 4px;
}
	.menu_hdr img {
		vertical-align: middle;
		display: none;
	}

.menu_content_inside {
	padding: 8px;
	/*margin: 1px 0;*/
	/*text-align: right;*/

}
.menu_content {}

/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
	product listings
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
.products_details {
	min-width: 200px;
	margin: 0px;
}

.products_t_thumbnail,
.products_thumbnail {
	border: 1px solid #ccc;
	background-color: #fff;
	padding: 3px;
	margin-right: 5px;
	margin-bottom:10px;
}
	.products_thumbnail {
		float: left;
		text-align: center;
	}

.products_spacer {
	padding-left: 0px;
	margin-left: 145px;
	margin-bottom: 25px;
}

.buynow_box {
	border-left: 1px solid #CCC;
	padding: 5px;
	margin: 0px;
	margin: 0px 5px;
	margin-bottom: 10px;
	width:210px;
	float:right;
}

.products_title_descr {
	/*min-width: 200px;*/
	height: auto;
	overflow: hidden;
}

/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
	buttons
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
.button_container div {
	width: auto;
	margin:0;
	padding:0;
	margin-top: 1px;
	padding-bottom: 1px;
}
	.button_container img,
	.button_container input {
		display: none;
	}
	td.FLCDialogCell form{
		margin-bottom: 8px;
	}
.button_title div {
	white-space:nowrap;
	cursor: pointer;
	vertical-align: top;
	align: middle;
}

a.buttons:link, 
a.buttons:visited {
	margin: 0px;
	font-weight: bold;
	text-decoration: none;
	border-style: solid;
	border-width: 1px;
	padding: 2px 5px;
	margin-top: 2px;
	height: auto;
	
	color: #1953a3;
	background-color: #95d2aa;
	border-top-color: #a5e9bd;
	border-left-color: #a5e9bd;
	border-bottom-color: #6d9b7e;
	border-right-color: #6d9b7e;
}
	a.buttons:hover{
		color: #FFF;
		background-color: #4772c7;
		border-bottom-color: #013d98;
		border-right-color: #013d98;
		border-top-color: #6d89c2;
		border-left-color: #6d89c2;
	}
	
	a.buttons:active {
		color: #fff;
	}

.outlined div {
	padding: 6px 4px 6px 4px;
	background-color: #a4b5d9;
	float:left;
}


/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
	sub-categories
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
.subcat_title {
	float: left;
	font-weight: bold;
	margin: 0em 0.6em;
}

.subcat_count {
	float: right;
}

/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
	mini-cart
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
#minicart {
	top: 11px;
	margin-bottom: 5px;
}

#minicart_img_empty {
	float: left;
	margin-top: 0px;
	margin-right: 5px;
}

#minicart_img_full {
	float: left;
	margin-top: 8px;
	margin-right: 5px;
}

#minicart_txt {
	float: left;
	color: #003d98;
}

/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
	product details
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
#product {
	clear: both;
}

.product_thumb {
	text-align: center;
	border: 1px solid #CCC;
	margin-right: 10px;
	margin-bottom: 10px;
	padding: 4px;
	background-color: #fff;
	float: left;
	margin-left:0px;
}

#product_descr {
	text-align: left;
	width: auto;
}

#product_details {
	text-align: left;
}

#product_price {
	text-align: center;
	letter-spacing: -1px;
	font-family: arial, tahoma, sans-serif;
	color: #1953a4;
	margin-top: 15px;
	font-size: 1.6em;
	font-weight: bold;
}

#buy_now_button {
	float: right;
	clear: left;
	text-align: center;
	margin-left: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	padding: 5px;

}

/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
	navigation paging
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
.nav {
	padding: 2px;
	margin-bottom: 22px;
}
.nav ul {
	margin: 0;
	padding: 0px;
}
.nav li {
	list-style-type: none;
	display: inline;
}

.nav_selected {
	border: 1px solid #CCC;
	white-space:nowrap;	
	padding-bottom: 1px;
	padding: 2px 5px;
	margin-top: 2px;
	height: auto; 
}

#nav_container {
	float: left;
	clear: both;
}

#nav_form {
	float: left;
	width: 22px;
	height: 17px;
	clear: both;
}

#nav_page {
	padding: 1px;
	text-align: center;
	float: left;
	width: 20px;
	height: 17px;
	padding-right: 3px;
}

#nav_selected_page {
	text-align: center;
	float: left;
	font-weight: bold;
	margin: 1px;
	border: 1px solid #000;
}

#nav_arrow {
	text-align: center;
	float: left;
	padding-top: 7px;
	width: 22px;
	height: 22px;
}

#nav_page a,
#nav_selected_page a {
	width: 20px;
}

/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
	tabbed product menu
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/

#tablist {
	padding: 0 0.2em 0 0;
	margin-left: 0;
	border-bottom: 1px solid #496bb3;
	height: 19px;
}

#tablist li {
	list-style: none;
	margin: 0;
	display: inline;
	line-height: normal;
}

#tablist li a {
	font-size: 1.05em;
	padding: 2px 10px;
	margin-left: 3px;
	border: 1px solid #496bb3;
	border-bottom: none;
	background: #c9d1e9;
	text-decoration: none;
	color: #496BB3;
}
	#tablist li a:hover {
		color: #FFF;
		background: #1a53a4;
		border-color: #999;
	}
	
	#tablist li a.current {
		background: #fafafa;
	}
		#tablist li a.current:hover {
			color: #496BB3;
			cursor: default;
		}

/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
	highlights
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/

#HightLightEqualRow {
	background-color: #F5F5F5;
}

#product_avail_txt { color: #666; }

.SubBG {
	margin: 0px;
	padding:10px;
	background-color: #F5F5F5;
	border: 1px double #4F6CAD;
}
	.SubBG .ProductDetailsTitle {
		color: #000;
	}
	.SubBG #buyBtns {
		width: 230px;
		margin: 15px 0;
		padding: 8px 20px;
	}
.alttd {
	background-color: #f5f5f5;
}

.rowon {
	background-color: #f5f5f5;
}

.rowoff {
}

/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
	checkout
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
.new_customer {
	float:left;
	margin:0;
	width:69%;
	border-right:1px solid #CCC;
}

.return_customer {
	float:right;
	width:30%;
}

#content_checkout {
	/*position: relative;*/
	min-width: 300px;
	z-index: 3;
	top: 105px;
	/*margin: 5px 5px 140px;*/
	text-align: left;
	font-size: 1.5em;
	padding: 0 20px 20px 20px;
}

/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
	checkout progress bar
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
.progress_container {
	background-color:#eee;
	width:100px;
	min-width: 100px;
	border: 1px solid #000;
	margin:3px;
	font-size: xx-small;
	height: 15px;
	margin: 14px auto 0 auto;
}

.zero_percent, .twentyfive_percent, .fifty_percent,
.seventyfive_percent, .hundred_percent {
	background-color:#aaa;
	width:1px;
	color: #fff;
	text-align:center;
	font-size: xx-small;
	height: 15px;
}
	.twentyfive_percent { width:25px; }
	.fifty_percent { width:50px; }
	.seventyfive_percent { width:75px; }
	.hundred_percent { width:100px; }

/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
	misc
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
.center {
	margin-left:auto;
	margin-right:auto;
}

.bold {
	font-weight: bold;
}

.black {
	color: black;
}
