/* - Reset css - 
html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input,hr {margin:0; padding:0;}
h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,em,strong,th {font-size:1em; font-weight:normal; font-style:normal;}
ul,ol {list-style:none;}
fieldset,img,hr {border:none;}
caption,th {text-align:left;}
table {border-collapse:collapse; border-spacing:0;}
td {vertical-align:top;} */

#html, body
{
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	width: 900px;
	height: 100%;
	margin: auto;
	background-color: #F2F2F2;
	background-image:url('/covermemodest/background.jpg');
	background-repeat:repeat;

	font-family: courier new;
	color: #382B1F;
	font-size: 9pt;
}

table.pageBox
{
	width: 900px;
	background-color: white;
	background-image:url('/covermemodest/background_light.jpg');
	padding: 0px 0px 5px 0px;
	/*border-top: 2px solid gray;
	border-bottom: 2px solid gray;
	border-right: 2px solid gray;
	border-left: 2px solid gray;*/
}

table.pageTop
{
	height: 30px;
	background-color: transparent;
}

table.pageBottom
{
	width: 900px;
	height: 3px;
	padding: 0px;
	background-color: #CFCFCF;
}

img.logo
{
	padding: 0px;
	border: 0px;
	padding-top: 20px;        
}

img.main
{
	padding: 0px 0px 0px 0px;
	border: 0px;
}

/*~~~~~~~~~~~~~~~~~~~~~*/
/*  News related stuff */
/*.....................*/
table.newsItem
{
	text-align: left;
	width: 600px;
	border: 1px solid #CFCFCF;
}

td.newsHeader
{
	background-color: white;
	font-weight: bold;
	font-size: 12pt;
	padding: 10px;
	text-align: center;
}

td.newsText
{
	background-color: #EBEBEB;
	padding: 10px;
	position: relative;
		bottom: 5px;
	text-indent: 10px;
}

/*~~~~~~~~~~~~~~~~~~~~~*/
/*   Main Menu items   */
/*.....................*/
table.mainMenu
{
	font-family: courier new;
	font-size: 12pt;
	font-weight: bold;
	padding-top: 15px;
}

td.mainItem
{
	text-align: center;
	padding: 0px 30px 0px 30px;
	cursor: pointer
}

/*~~~~~~~~~~~~~~~~~~~~~~*/
/* Shopping Menu items  */
/*......................*/
table.shoppingMenu
{
	font-family: courier new;
	font-size: 20pt;
}

td.shoppingItem
{
	text-align: center;
	padding: 0px 15px 0px 15px;
	cursor: pointer
	background-color: #cbcbd5;
}

img.types
{
	padding: 10px 0px 0px 2px;
	border: 0px;
	height: 75px;
}

/*~~~~~~~~~~~~~~~~~~~~~*/
/*  Bottom Menu items  */
/*.....................*/
table.bottomMenu
{
	font-size: 12pt;
	font-weight: bold;
}

td.bottomItem
{
	text-align: center;
	padding: 5px 30px 5px 30px;
	cursor: pointer
}

/*~~~~~~~~~~~~~~~~~~~~~*/
/* Shopping Cart Menu  */
/*.....................*/
table.cartMenu
{
	font-size: 9pt;
	position: relative;
		bottom: 19px;
	/*border-bottom: 1px solid #CFCFCF;*/
}

td.cartItem
{
	/*background-color: #cbcbd5;*/
	background-color: white;
	text-align: center;
	padding: 0px 15px 0px 15px;
	cursor: pointer
}

td.cartInnerTable
{
	border: 1px solid #CFCFCF;
	border-collapse: collapse;
}

/*~~~~~~~~~~~~~~~~~~~~~*/
/*      Tab Menu       */
/*.....................*/
table.tabMenu
{
	background-color: #CFCFCF;
	font-size: 11pt;
	position: relative;
		bottom: 26px;
	/*border-top: 2px solid gray;
	border-left: 2px solid gray;
	border-right: 2px solid gray;*/
}

td.tabItemLink
{
	background-color: #cbcbd5;
	text-align: center;
	padding: 2px 10px 3px 10px;
	cursor: pointer;
	border-top: 2px solid #89755c;
	border-left: 2px solid #89755c;
	border-right: 2px solid #89755c;
	border-bottom: 2px solid #89755c;
}

td.tabItemSelected
{
	background-color: white;
	background-image:url('/covermemodest/background_light.jpg');
	text-align: center;
	padding: 2px 10px 4px 10px;
	cursor: default;
}

a.linkStyle
{
	text-decoration:none
}
a.linkStyle:link {color: #382B1F;}
a.linkStyle:visited {color: #382B1F;}
a.linkStyle:hover {color: #0050b1;}
a.linkStyle:active {color: #0050b1;}

/*~~~~~~~~~~~~~~~~~~~~~*/
/*    Shop Table       */
/*.....................*/
table.shopTable
{
	padding: 0px 0px 30px 0px;
	position: relative;
		bottom: 0px;
}

td.shopTable
{
	padding: 0px 0px 0px 0px;
}

/*~~~~~~~~~~~~~~~~~~~~~*/
/*    Cart Notif       */
/*.....................*/
div.blanket
{
	background-color:#111;
	opacity: 0.65;
	filter:alpha(opacity=65);
	position: fixed;
	z-index: 9001;
	top:0px;
	left:0px;
	width:100%;
	height: 100%;
	visibility: hidden;
}

div.popup
{
	position:absolute;
	top: 50%;
	left: 50%;
	margin-top: -100px;
	margin-left: -150px;
	text-align: center;
	background-color:#eeeeee;
	height:200px;
	width:300px;
	z-index: 9002;
	visibility: hidden;
}

td.cartNotif
{
	text-align: center;
}

/*~~~~~~~~~~~~~~~~~~~~~*/
/*    Sizing Chart     */
/*.....................*/
div.bigpopup
{
	position:absolute;
	top: 50px;
	left: 50%;
	margin-left: -200px;
	text-align: center;
	background-color:#eeeeee;
	height:970px;
	width:600px;
	z-index: 9002;
	visibility: hidden;
}

table.closeButton
{
	position: absolute;
		top: 2px;
		right: 2px;
}
td.closeButton
{
	color: white;
	background: black;
	padding-left: 3px;
	padding-right: 3px;
}

div.howtopopup
{
	position:absolute;
	top: 50px;
	left: 50%;	
	margin-left: -300px;
	text-align: center;
	background-color:#eeeeee;
	height:500px;
	width:600px;
	z-index: 9002;
	visibility: hidden;
}

div.emailpopup
{
	position:absolute;
	top: 50px;
	left: 50%;	
	margin-left: -250px;
	text-align: center;
	background-color:#eeeeee;
	height:180px;
	width:500px;
	z-index: 9002;
	visibility: hidden;
}

div.contactpopup
{
	position:absolute;
	top: 50px;
	left: 50%;	
	margin-left: -300px;
	text-align: center;
	background-color:#eeeeee;
	height:350px;
	width:600px;
	z-index: 9002;
	visibility: hidden;
}

div.textpopup
{
	border: 2px solid #CFCFCF;
	position:absolute;
	text-align: center;
	background-color:#eeeeee;
	min-height:100px;
	width:300px;
	z-index: 9002;
	padding-right: 15px;
	visibility: hidden;
}

/*~~~~~~~~~~~~~~~~~~~~~*/
/*     Link Path       */
/*.....................*/
table.linkPath
{
	font-size: 10pt;
	opacity:0.5;
	filter:alpha(opacity=50);
	position: relative;
		left: -300px;
}

td.linkPath
{
	text-align: center;
	padding: 0px 10px 0px 10px;
}

a.linkPath
{
	text-decoration:none
}
a.linkPath:link {color: #87725F;}
a.linkPath:visited {color: #382B1F;}
a.linkPath:hover {color: #CC3429;}
a.linkPath:active {color: #CC3429;}

a.selectedLinkPath
{
	text-decoration:none
}
a.selectedLinkPath:link {color: #0050b1;}
a.selectedLinkPath:visited {color: #0050b1;}
a.selectedLinkPath:hover {color: #CC3429;}
a.selectedLinkPath:active {color: #CC3429;}

/*~~~~~~~~~~~~~~~~~~~~~~*/
/*  Selectable border   */
/*......................*/
table.bordered
{
	border-top: 1px solid transparent;
	border-bottom: 1px solid transparent;
	border-right: 1px solid transparent;
	border-left: 1px solid transparent;
}
table.bordered:hover
{
	border-color: #0050b1;
}

table.selected
{
	border: 1px solid #0050b1;
}

/*~~~~~~~~~~~~~~~~~~~~~~*/
/*     Product Viewer   */
/*......................*/
table.productViewer
{
	border: 1px solid #BFBFBF;
	border-collapse: collapse;
	background-color: white;
}

td.productViewer
{
	padding: 5px;
	background-color: white;
	border: 1px solid #BFBFBF;
}

td.productViewerText
{
	padding: 5px;
	background-color: white;
	width: 247px;
        height: 350px;
}

table.imageView
{
	padding: 0px;
	background-color: white;
}

img.itemSelect
{
	border: 1px solid #666;
	cursor: pointer;
}

td.sizeSelect
{
	border: 1px solid #666;
	cursor: pointer;
	background-color: #BFBFBF;
	text-align: center;
	border-collapse: collapse;
}

td.sizeSelected
{
	border: 2px solid #0050b1;
	cursor: pointer;
	background-color: #BFBFBF;
	text-align: center;
	border-collapse: collapse;
}

table.sizeSection
{
	background-color: #E8E8E8;
	width: 130px;
	border: 1px solid #BFBFBF;
	border-bottom: 1px solid #BFBFBF;
}

table.sizeSectionInner
{
	background-color: #E8E8E8;
	width: 120px;
	padding: 5px;
}

/*~~~~~~~~~~~~~~~~~~~~~~*/
/* Add to cart Button   */
/*......................*/
table.addCart
{
}

td.addCart
{
	border: 1px solid #666;
	cursor: pointer;
	background-color: #BFBFBF;
}

td.addCart:hover
{
	border: 2px solid #0050b1;
}

table.cartTable
{
	border: 1px solid #BFBFBF;
	border-collapse: collapse;
	background-color: white;
	border-collapse: collapse;
}


/************************************************************************/
/*~~~~~~~~~~~~~~~~~~~~~~*/
/*     JQZOOM STUFF     */
/*......................*/
div.jqZoomTitle
{
	z-index:5000;
	text-align:center;
	font-size:11px;
	font-family:Tahoma;
	height:16px;
	padding-top:0px;
	width: 100%;
	color: #FFF;
	background: #999;

}

.jqZoomPup
{
	overflow:hidden;
	background-color: #FFF;
	-moz-opacity:0.6;
	opacity: 0.6;
	filter: alpha(opacity = 60);
	z-index:10;
	border-color:#c4c4c4;
	border-style: solid;
	cursor:crosshair;
}

.jqZoomPup img
{
	border: 0px;
}

.preload{
	-moz-opacity:0.8;
	opacity: 0.8;
   filter: alpha(opacity = 80);
	color: #333;
	font-size: 12px;
	font-family: Tahoma;
   text-decoration: none;
	border: 1px solid #CCC;
   background-color: white;
   padding: 8px;
	text-align:center;
   background-image: url(/jqzoom/images/zoomloader.gif);
   background-repeat: no-repeat;
   background-position: 43px 30px;
	width:90px;
	* width:100px;
	height:43px;
	*height:55px;
	z-index:10;
	position:absolute;
	top:3px;
	left:3px;

}

.jqZoomWindow
{
	border: 1px solid #999;
	background-color: #FFF;
}

div.notes
{
	font-size:12px;
}

div.notes a
{
	color:#990000;
}

