/* EzyPal Wired Template - CSS */

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

html, body {
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(../images/bg.gif);
	margin-right: 0px;
	margin-left: 0px;
	}

/* Div Styles */
div#container {
	width: 920px;
	margin: auto;
	overflow: hidden;
	margin-top: 18px;
	}
div#header {
	width: 920px;
	height: 183px;
	padding: 0px;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	}
div#menu {
	width: 920px;
	height: 38px;
	margin: 0;
	padding: 0;
	background-image: url(../images/menu.jpg);
	background-repeat: no-repeat;
	}

div#chead {
	width: 920px;
	height: 16px;
	margin: 0;
	background-image: url(../images/body-top.jpg);
	background-repeat: no-repeat;
	}

div#content {
	width: 920px;
	margin: 0;
	text-align: left;
	background: url(../images/body-ctr.jpg) top repeat-y;
	}

div#cmargin {
	text-align: left;
	padding-left: 50px;
	padding-right: 50px;
	margin: 0;
	}

div.break {
	margin: 0;
	margin-top: 10px;
	height: 1px;
	background: url(../images/break.gif) repeat-x;
	}

div#cfoot {
	text-align: center;
	margin: 0;
	padding-left: 50px;
	padding-right: 50px;
	padding-bottom: 10px;
	font-size: 10px;
	height: 30px;
	}

div#footer {
	clear: both;
	width: 920px;
	height: 32px;
	padding: 0 0px;
	background-image: url(../images/body-foot.jpg);
	color: white;
	text-align: center;
	}

.mini {
	width: 300px;
	float: right;
	margin-top: 40px;
	margin-right: 65px;
	text-align: right;
	font-size: 10px;
	}

.error { padding: 2px; border: 1px solid #666666; background-color: #FFCC66; color: black;}
.success { padding: 2px; border: 1px solid #666666; background-color: #006600; color: white;}

.bar { width: 500px; height: 13px; background-color: #FFFFFF; border: 1px solid #666666; overflow:hidden; -moz-border-radius: 4px;}
.bar_expired {  background: red url(../images/expiry_back.png); height: 13px; }

/* Table Styles */
.search_table { width: 500px; background-color: #EFEFEF; border: 1px solid #999999; }
.search_results_table { width: 500px; border-bottom: 1px solid #CCCCCC; }

.category_table { width: 500px; padding: 5px; margin-bottom: 10px; border: 1px solid #CCCCCC; }

.item_table  { width: 600px; padding: 5px; margin-bottom: 5px; border-bottom: 1px solid #CCCCCC; }

.item_related_table { width: 90%; border: 1px solid #003F5E; border-collapse: collapse; }
.item_related_heading { color: #FFFFFF; font-weight: bold; background-color: #003F5E; }

.item_featured_table { width: 100%; border: 1px solid #003F5E; border-collapse: collapse; vertical-align: top; text-align: center; }
.item_featured_heading { color: #FFFFFF; font-weight: bold; background-color: #003F5E; }

.login_table { width: 300px; background-color: #EFEFEF; border: 1px solid #003F5E; border-collapse: collapse; }
.login_heading { color: #FFFFFF; font-weight: bold; background-color: #003F5E; }

.recover_table { width: 300px; background-color: #EFEFEF; border: 1px solid #003F5E; border-collapse: collapse; }
.recover_heading { color: #FFFFFF; font-weight: bold; background-color: #003F5E; }

.m_table { width: 600px; }
.file_table { width: 600px; background-color: #E8E8E8; border: 1px solid #003F5E; border-collapse: collapse; }
.file_heading { color: #FFFFFF; font-weight: bold; background-color: #003F5E; }
.file_label { color: #333333; font-weight: bold; vertical-align: top;}

.cart_table { width: 700px; background-color: #E8E8E8; border: 1px solid #003F5E; border-collapse: collapse; }
.cart_heading { color: #FFFFFF; font-weight: bold; background-color: #003F5E; }
.cart_heading2 { color: #FFFFFF; font-weight: bold; background-color: #006699; }
.cart_row1 { height: 20px; background-color: #E8E8E8; }
.cart_row2 { height: 20px; background-color: #DDDDDD; }
.cart_row_total { height: 20px; color: white; font-weight: bold; background-color: #003F5E }

.coupon_table { width: 350px; background-color: #E8E8E8; border: 1px solid #003F5E; border-collapse: collapse; }
.coupon_heading { color: #FFFFFF; font-weight: bold; background-color: #003F5E; }
.comments_table { width: 700px;}

.sub_category_table { width: 500px; background-color: #EFEFEF; border: 1px solid #999999; }

.item_table_full  { width: 100%; }

.download_table { width: 600px; margin: 0 auto; text-align: right; height: 25px; }

/* Link Styles */
a { color: #006699; text-decoration: none; }
a:hover { color: #CC0000; text-decoration: none;}

a.menu_link, a.menu_link:active, a.menu_link:visited { color: white; font-weight: bold; text-decoration: none; }
a.menu_link:hover { color: white; font-weight: bold; text-decoration: none; }
a.menu_link_selected, a.menu_link_selected:active, a.menu_link_selected:visited { color: #FFFFCC; font-weight: bold; text-decoration: none; }

a.m_link, a.m_link:active, a.m_link:visited { color: #006699; font-weight: bold; text-decoration: none; }
a.m_link:hover { color: red; font-weight: bold; text-decoration: underline; }
a.m_link_selected, a.m_link_selected:active, a.m_link_selected:visited { color: red; font-weight: bold; text-decoration: none; }

a.item_link { color: #006699; font-weight: bold; font-size: 14px; }

a.category_link { color: #006699; font-weight: bold; font-size: 14px; }

a.sub_category_link { color: #006699; font-weight: bold; font-size: 12px; }

a.item_related_link { color: #006699; font-weight: bold; font-size: 12px; }

a.mini_link, a.mini_link:active, a.mini_link:visited, a.mini_link:hover { color: #FFFFCC; }

/* Font Styles */
h1 { font-family:  "Trebuchet MS", Arial, Helvetica, sans-serif; width: 100%; color: #006699; font-weight: bold; font-size: 22px;  margin: 0; margin-bottom: 10px; letter-spacing: -.4px }
h2 { font-family:  "Trebuchet MS", Arial, Helvetica, sans-serif; width: 100%; color: #006699; font-weight: bold; font-size: 22px;  margin: 0; margin-bottom: 10px; letter-spacing: -.4px }
h3 { font-family:  "Trebuchet MS", Arial, Helvetica, sans-serif; width: 100%; color: #006699; font-weight: bold; font-size: 22px;  margin: 0; margin-bottom: 10px; letter-spacing: -.4px }

.breadcrumbs { color: #666666; font-size: 11px; }

.item_category { color: #666666; font-size: 11px; }
.item_description { color:#333333; }
.item_price { color: green; font-weight: bold; }

.category_description { color: #333333; }

.item_price_full { color: green; font-weight: bold; font-size: 16px; }

.coupon_status { color: blue; font-weight: bold; }

.available { color: green; }
.expired { color: red; }

.mini_link { color: #FFFFFF; }


/* Form Styles */
input.text { font-size: 12px; background-color: #E8E8E8; border: 1px solid #CCCCCC; padding: 2px; }
input.button { font-size: 12px; font-weight: bold; background-color: #003F5E; color: white; border: 1px solid #CCCCCC; padding: 2px; }

input.input_coupon { font-size: 10px; background-color: #EFEFEF; border: 1px solid #CCCCCC; padding: 2px; }

.account_mini { color: #666666; font-size: 10px; background-color: #CEE0FF; border: 1px solid #006699;}
.search_mini { color: #666666; font-size: 10px; background-color: #EFEFEF; border: 1px solid #CCCCCC;}

textarea { font-family:Arial, Helvetica, sans-serif; font-size: 12px; background-color: #E8E8E8; border: 1px solid #CCCCCC; padding: 2px; }

/* List Styles */
ul {
	margin: 0 100px;
	padding: 0;
	}

ul.menu {
	margin: 0 80 0 2px;
	padding: 0px;
	padding-top: 10px;
	list-style-type: none;
	width: 940px;
	}

li.menu_item_h {  display: inline; padding-left: 15px; padding-right: 15px; padding-bottom: 1px; margin-right: 3px; background-color: #006699; border: 1px solid #666666; text-align: center; }
li.menu_item_h:hover { background-color: #003F5E; }
li.menu_item_selected_h { display: inline; padding-left: 15px; padding-right: 15px; padding-bottom: 1px; margin-right: 3px; background-color: #003F5E; border: 1px solid #666666; text-align: center; }

li.menu_item { padding-left: 15px; padding-right: 15px; background-color: #006699; border: 1px solid #666666; text-align: center; }
li.menu_item:hover { background-color: #003F5E; }
li.menu_item_selected { padding-left: 15px; padding-right: 15px; background-color: #003F5E; border: 1px solid #666666; text-align: center; }

/* Top Nav Bar */
li.nav_item_h {  display: inline; padding-left: 15px; padding-right: 15px; padding-bottom: 1px; margin-right: 3px; text-align: center; }
li.nav_item_h:hover { text-decoration: underline; color:#FFFFFF; }
li.nav_item_selected_h { display: inline; padding-left: 15px; padding-right: 15px; padding-bottom: 1px; margin-right: 3px; text-align: center; text-decoration: underline; color:#FFFFFF;}

li.nav_item { padding-left: 15px; padding-right: 15px; text-align: center; }
li.nav_item:hover { text-decoration: underline; }
li.nav_item_selected { padding-left: 15px; padding-right: 15px; text-align: center; text-decoration: underline; color:#FFFFFF;}

td.menu_item_h {padding-left: 10px; padding-right: 10px; text-align: center; color: #c5c5c5;}
td.menu_item_h:hover { text-decoration:underline;}
td.menu_item_selected_h { padding-left: 10px; padding-right: 10px; text-align: center; color: #c5c5c5;}

td.menu_item { padding-left: 10px; padding-right: 10px; text-align: center; color: #c5c5c5;}
td.menu_item:hover { text-decoration:underline; }
td.menu_item_selected { padding-left: 10px; padding-right: 10px; text-align: center; color: #c5c5c5;}

/* Misc Styles */
fieldset { border: 1px solid #666666; padding: 5px; width: 650px; border-color: #c5c5c5; margin: auto;}
legend { color: #006699; font-weight: bold;}

ul.content {
	margin-left: 10px;
	}

li.content {
	margin-left: 40px;
	line-height: 22px;
	}

p, td {
	line-height: 20px;
	}

/* Lightbox */

#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%	
	}

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}

