/* CSS Document */
@import "fonts.css";

html, body {height:100%;}
p {font-size:92%;}
h2 {font-size: 122%;}
h6 {font-size: 107%; color: #333;}

img {border:0;}

a:link {text-decoration: none; color: #333;}
a:visited {text-decoration: none; color: #333;}
a:hover, a:active {text-decoration: none; color: #999;}
	
/* Wire Frame */
div#contain {
	position:relative;
	width:980px;
	margin: 0 auto;
	border:1px solid black;
	background-image:url(../images/header.gif);
	background-repeat: no-repeat;
	}
	
div#header {
	position:absolute;
	height:80px;
	top:0;
	width:980px;
	}
	
div#logo {
	position:absolute;
	top:32px;
	left:25px;
	z-index:200;
	}
	
#logo img {
	width:179px;
	height:76px;
	background-image:url(../images/logo.png);
	background-repeat:no-repeat;
	}
	
.page_title {
	color:#FFFFFF;
	font-size:107%;
	height:40px;
	margin:10px 0 0 -70px;
	overflow:hidden;
	text-align:center;
	}
	
div#main {
	position:relative;
	margin-top: 80px;
	background-image:url(../images/cascade.gif);
	background-repeat:repeat-y;
	}
	
div#description {
	width:757px;
	min-height:620px;
	background-image: url(../images/summer_left.jpg); /*must be jpg or it will stretch in IE */
	background-repeat: no-repeat;
	}
	
div#info_index {
	position:absolute;
	left:780px;
	top:0;
	width:200px;
	min-height:460px;
	background-image:url(../images/summer_right.jpg);
	background-repeat:no-repeat;
	}

div#ads_index {
	position:absolute;
	left:780px;
	top:0;
	width:200px;
	min-height:620px;
	background-repeat:no-repeat;
	text-align:center;
	padding:5px 0px;
	}
	
div#ads_index_bottom {
	position:absolute;
	left:780px;
	top:0;
	width:200px;
	min-height:620px;
	background-repeat:no-repeat;
	text-align:center;
	padding:10px 0px;
	}

div#info {
	position:absolute;
	left:780px;
	top:0;
	width:200px;
	min-height:460px;
	background-image:url(../images/summer_right.jpg);
	background-repeat:no-repeat;
	}

div#footer {
	clear:both;
	height:40px;
	text-align:center;
	margin-top:0;
	background-image:url(../images/footer.gif);
	background-repeat:no-repeat;
	}

#footer p {
	padding:10px 0 0 0;
	font-size:85%;
	color:#333;
	}
.foot1 {float:left; margin-left:20px;}
.foot2 {float:right; margin-right:220px;}

div#ad_footer {
	background: #353535;
	clear:none;
	height:100px;
	text-align:center;
	margin-top:0;
	}
	

/* compatibility tables */	
table {
	margin-left:185px;
	}
tr.odd {color:#333; background-color:#fff}
tr {color:#333; background-color:#ccc;}
tr.thead {
	color:#FFFFFF;
	background-color: #F7A61A;
	font-weight: bold;
	text-align: center;
}
td {padding:0 10px 0 2px;}
.complist a {margin:0 5px 0 10px;}
tr.thead a {color:#FFFFFF;}
tr.thead a:hover {color: #6666FF;}

/* breadcrumb menu */	
div#breadcrumb_menu {
	position:absolute;
	top:1px;
	left:200px;
	margin:5px 0 0 0;
	}
	
#breadcrumb_menu ul {
	font-size:77%;
	margin: 0;
	padding: 0;
	list-style:none;
	}
	
#breadcrumb_menu li {
	display:inline;
	margin:0;
	padding: 0;
	}

#breadcrumb_menu a {
	color:#000;
	padding-right:5px;
	margin:5px 0 5px 0;
	}
	
#breadcrumb_menu a:hover {
	color: #66F;
	}
	
#breadcrumb_menu a img {
	vertical-align: text-bottom;
	padding-bottom:2px;
	}
	
.breadcrumbs_current {
	font-style:italic;
	color: #999;
	padding-right:5px;
	margin:5px 0 5px 0;
	}
.breadcrumbs_current img {
	vertical-align: text-bottom;
	padding-bottom:2px;
	}
	
div.search {
	position:absolute;
	top:0;
	right:0;
	margin:2px 400px 10px 0;
	}

/* View Basket and Cart buttons at top of page, Also Support Buttons at top of non product sections */	
div.cart {
	position:absolute;
	top:0;
	right:0;
	margin:5px 200px 10px 0;
	}

.cart a {
	font-size:100%;
	margin-left:10px;
	padding-right:5px;
	font-weight: bold;
	}
	
.cart a:hover {
	color:#fff;
	background-color: #999;
	}

.cart img {
	vertical-align: text-bottom;
	}

/* Sub Product Menu- Buttons etc.. under product title */	
.price {
	font-size:100%;
	color:#6666FF;
	font-style:oblique;
	font-weight: bold;
}

.oldprice {
	font-size:90%;
	color:#999;
	font-style:oblique;
	font-weight: normal;
	text-decoration:line-through;	
}


.buy a {
	font-size:100%;
	margin-left:10px;
	padding-right:5px;
	font-weight: bold;
	}
	
.buy a:hover {
	color:#fff;
	background-color: #999;
	}
	
.buy img {
	vertical-align: text-bottom;
	padding-bottom:1px;
	}

/* view more buttons on index page */	
.more a {
	font-size:85%;
	line-height:1.5;
	vertical-align:middle;
	margin-left:200px;
	padding-right:5px;
	}
	
.more a:hover {
	color:#fff;
	background-color: #6666FF;
	}
	
.more img {
	vertical-align: text-bottom;
	padding-bottom:1px;
	}

/* Main Content Area*/
h1.heading1 {
	color:#999;
	font-size:220%;
	width: 600px;
	min-height:30px;
	margin:0 0 0 185px;
	padding:30px 0 10px 0;
	}

h1.index {
	color:#999;
	font-size:220%;
	width: 600px;
	min-height:30px;
	margin:0 0 0 185px;
	padding:30px 0 10px 0;
	}
	
h1.double {
	color:#999;
	font-size:220%;
	width: 600px;
	min-height:30px;
	margin:0 0 0 185px;
	padding:30px 0 10px 0;
	}
	
h1.double2 {
	color:#999;
	font-size:220%;
	width: 600px;
	min-height:30px;
	margin:0 0 0 185px;
	padding:30px 0 10px 0;
	}
	
h1.double3 {
	color:#333;
	font-size:220%;
	width: 600px;
	min-height:30px;
	margin:0 0 0 185px;
	padding:30px 0 10px 0;
	}
	
span#alt {
	color:#333333;
	}

span#alt2 {
	color:#999999;
	}

span#second {
	color:#333;
	padding-left:30px;
	font-size:60%;
	font-weight:heavy;
	}
	
span#second2 {
	color:#999;
	padding-left:30px;
	font-size:60%;
	font-weight:heavy;
	}
	
#description p {
	font-size:92%;
	color: #333333;
	margin:0 0 0 185px;
	padding-bottom:10px;
	font-weight: normal;
	}
	
#description h2, h3 {
	font-size:107%;
	margin:15px 0 0 185px;
	color: #333;
	}
#description h2 {font-size:92%; color: #F90; background-color:#e4e4e4; padding-left:10px;}
#description h3 a {color: #333;}
#description h3 a:hover {color: #FF9900;}

#description p a {color: #66F;}
#description p a:visited{color: #F90;}
#description p a:hover {color: #F90; background-color:#CCC;}

#description img {margin:0px;}


.product_image {
	float:right;
	border:1px solid #666;
	margin-left: 10px;
	}

div#pics {
	float:right;
	margin-bottom:0px;
	padding:0;
	margin-right: -10px;
	margin-top: 10px;
	}
	
div#pics2 {
	clear:right;
	float:right;
	margin:0px -10px 0 0;
	}
	
#pics img {
	border:1px solid #666;
	margin:8px;
	}
	
#pics2 img {
	float:left;
	border:1px solid #666;
	margin:8px;
	}
	
#pics3 img {
	float:right;
	border:1px solid #333;
	margin:8px;
	}

/* Product Menu boxes on Package Pages*/
div#product_menu {
	margin:10px 0 10px 185px;
	background-color: #E4E4E4;
	border: 1px solid #666;
	}
	
#product_menu ul {
	margin: 0;
	padding: 0;
	list-style:none;
	}
	
#product_menu li {
	display:inline;
	margin:0;
	padding: 0;
	}
	

#product_menu a {
	color:#000;
	margin:5px 15px 5px 10px;
	}
/* Product Menu boxes on Package Pages*/
div#comp_menu {
	margin:25px 0 20px 185px;
	background-color: #E4E4E4;
	border: 1px solid #666;
	}
	
#comp_menu ul {
	margin: 0;
	padding: 0;
	list-style:none;
	}
	
#comp_menu li {
	display:inline;
	margin:0;
	padding: 0;
	}
	

#comp_menu a {
	color:#000;
	margin:5px 5px 5px 5px;
	}
	
/* Sub-Product Menu boxes */
div.sub_product_menu {
	margin:0px 0 3px 190px;
	}
	
.sub_product_menu ul {
	margin: 0;
	padding: 0;
	list-style:none;
	}
	
.sub_product_menu li {
	display:inline;
	margin:0;
	padding: 0;
	}
	
.sub_product_menu a {
	color:#000;
	margin:0 0 0 10px;
	}

/* Left transparent Box */
div#context_menu {
	position:absolute;
	width:140px;
	min-height:225px; /* change in ie6 */
	border:1px solid #666;
	margin-top: 25px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 25px;
	background-image:url(../images/sale25off_flat.png);
	}
	
/* Tab View */
div.TabView div.Tabs {
  clear: both;
  height: 19px;
  margin:0 0 0 185px;
  overflow: hidden;
  float: right;
}

div.TabView div.Tabs a {
  float: left;
  display: block;
  width:  auto;
  margin: 0 0 0 1px;
  padding: 0 10px;
  border: 1px solid #666;
  text-align: center;
  height: 16px;
  line-height: 15px;
  vertical-align: middle;
  background: #e4e4e4;
  font-weight: bold;
  font-size: 77%;
}

div.TabView div.Tabs a:active, div.TabView div.Tabs a.Active {
  background: url('/images/tab4.png') no-repeat 0px -2px;
  color: #FFFFFF;
  height: 19px;
}

div.TabView div.Pages {
  clear: both;
  border: 1px solid #666;
  margin:0 0 0 185px;
  min-height: 250px;
  overflow: hidden;
}

div.TabView div.Pages div.Page {
  padding: 10px 15px;
  overflow: hidden;
 }

div.TabView div.Pages div.Page div.Pad {
}

div.Pad2 {
    width: 200px;
    float: right;
    min-height: 1100px;
    margin: 3px 0 0 10px;
    background-color: #e4e4e4;
}  

div.tabview_sub_product_menu {
	margin:0px 0 3px 0px;
	}
	
.tabview_sub_product_menu ul {
	margin: 0;
	padding: 0;
	list-style:none;
	}
	
.tabview_sub_product_menu li {
	display:inline;
	margin:0;
	padding: 0;
	}
	
.tabview_sub_product_menu a {
	color:#000;
	margin:0 0 0 10px;
	}
	
	
#TabView h2 {
    font-size:92%; 
	color: #F90; 
	background-color:#e4e4e4; 
	padding-left:3px; 
	margin:3px 0 3px 0px;
}

#TabView h2 a {color: #F90;}
#TabView h2 a:visited {color: #F90;}
#TabView h2 a:hover {color: #F90; background: #ccc;}

#TabView h3 {
	font-size:107%;
	margin:0px 0 0 0px;
	padding-bottom:0px;
	color: #333;
	}	

#TabView h4 {
    font-size:92%; 
	color: #333; 
	padding-left:3px; 
	margin:3px 0 3px 0px;
}

#TabView p {
	font-size:92%;
	color: #333333;
	margin:0 0 0 0px;
	font-weight: normal;
	padding-right: 10px;
	}
	
#TabView li {
    font-size:92%;
	color: #333333;
	margin: -2px 0 0 0px;
	font-weight: normal;
	}
	
#TabView ul {	
	margin: -2px;
	padding-left: 20px;
	}
	
	
/* Pic Tab View */
div.PicTabView {
  float: right;
  margin: 0 0 10px 10px;
  width: 300px;
}
   
div.PicTabView div.PicTabs {
  height: 53px;
  margin: 1px 0 0 0px;
  overflow: hidden;
  width: 298px;
  background: #e4e4e4;  
  border: 1px solid #666;
  
}

div.PicTabView div.PicTabs a {
  float: left;
  display: block;
  width:  73px;
  margin: 1px 0 0 1px;
  padding: 0 0px;
  text-align: center;
  height: 50px;  
  vertical-align: middle;
  background: #fff;  
}

div.PicTabView div.PicTabs a:active, div.PicTabView div.PicTabs a.Active {
}

div.PicTabView div.PicPages {
  margin: 0 0 0 0;
  height: 200px;
  overflow: hidden;
  background: #fff;
  border: 1px solid #666;
}

div.PicTabView div.PicPages div.PicPage {
  height: 100%;
  overflow: hidden;
  text-align: center;
  vertical-align: middle;
}

div.PicTabView div.PicPages div.Page div.PicPad {
  overflow: hidden;
}

#product_left {
  height: 226px;
  overflow:visible;
  }
  

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> new index content <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
	
#slideshow {
	border:1px solid #666;
	margin: 0 0 10px 0px;
	width: 300px;
	height: 200px;
	background: #FFF;
	}
	
div.1_slideshow {
}
	
div.index_leftcontent {
    float: left;
	margin: 0 0 0 185px;
	width: 250px;
	padding: 0 0 0 0px;
	}
	
div.index_rightcontent {
    float: right;
	margin: 0 0 0 0px;
	padding: 0 0 10px 0px;
	}
	
div.index_bottomcontent {
    float: right;
	text-align: center;	
	margin: 0 0 10px 0px;
	width: 300px;
	height: 100%;
	}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	position: absolute;
	z-index:100;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	min-height:100%;
	background-color:#000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}

#TB_window {
	position: absolute;
	background: #ffffff;
	z-index: 102;
	color:#000000;
	display:none;
	border: 4px solid #525252;
	text-align:left;
}

#TB_window img {
	display:block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

#TB_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
}

#TB_closeWindow{
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
}

#TB_closeAjaxWindow{
	padding:5px 10px 7px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}

#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}

#TB_title{
	background-color:#e8e8e8;
	height:27px;
}

#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#TB_load{
	position: absolute;
	display:none;
	height:100px;
	width:100px;
	z-index:101;
}

#TB_HideSelect{
	z-index:99;
	position:absolute;
	top: 0;
	left: 0;
	width:100%;
	height:100%;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
}

#TB_iframeContent{
	border:none;
	clear:both;
}

