﻿/*************************************************************************
' Function : CSS defintions for the store.
' Product  : CandyPress Store Frontend
' Version  : 4.1

' Modified : May 2007
' Copyright: Copyright (C) 2004 Webs Unlimited, Inc. 
'            See "license.txt" for this product for details regarding 
'            licensing, usage, disclaimers, distribution and general 
'            copyright requirements. If you don't have a copy of this 
'            file, you may request one at http://www.candypress.com
'**************************************************************************/

/* General Tag specifications */
/*
BODY, B, TD, P     {COLOR: #333333; FONT-FAMILY: Verdana, Arial, Helvetica; FONT-SIZE: 8pt}
*/

/* Info Box WITHOUT Headings */
.CPbox1            {COLOR: #333333; BACKGROUND-COLOR: #F5F5F5; BORDER: 1px solid #BBC3D3}
.CPbox1 A:link     {COLOR: #333333; FONT-SIZE: 8pt; FONT-WEIGHT: bold; TEXT-DECORATION: none}
.CPbox1 A:visited  {COLOR: #333333; FONT-SIZE: 8pt; FONT-WEIGHT: bold; TEXT-DECORATION: none}
.CPbox1 A:hover    {COLOR: #996666; FONT-SIZE: 8pt; FONT-WEIGHT: bold; TEXT-DECORATION: underline}

/* Info Box WITH Headings ( H = Heading cell ; B = Body cell ) */
.CPbox2            {COLOR: #333333; BACKGROUND-COLOR: transparent; BORDER: 0px solid #BBC3D3}
.CPbox2H           {COLOR: #333333; BACKGROUND-COLOR: transparent; PADDING: 1px}
.CPbox2H B         {COLOR: #333333;text-align: left;}
.CPbox2B           {COLOR: #333333; BACKGROUND-COLOR: transparent;}
.CPbox2B .catlink		  {text-decoration: underline;FONT-SIZE: 9pt; }
.CPbox2B .catlink:active  {COLOR: #3366ff; FONT-SIZE: 9pt; TEXT-DECORATION: underline;}
.CPbox2B .catlink:visited {COLOR: #003399; FONT-SIZE: 9pt; TEXT-DECORATION: underline;}
.CPbox2B .catlink:hover   {COLOR: #3366ff; FONT-SIZE: 9pt; TEXT-DECORATION: underline;}
.CPbox2B .catlist { line-height: 1.4em; margin: 0px;padding:0px; list-style-type: none;}


/* Box - Page Headings */
.CPpageHead {BORDER-BOTTOM: 2px solid #CCCCCC; PADDING-BOTTOM: 4px;font-family: Arial, Helvetica, Sans-Serif;font-size: 14pt;}
.CPpageHead b {font-family: Arial, Helvetica, Sans-Serif;font-size: 12pt;}
/* Box - Page Navigation */
.CPpageNav {BACKGROUND-COLOR: #EEEEEE}

/* Box - General Headings */
.CPgenHeadings {BACKGROUND-COLOR: #EEEEEE}

/* Box - Product Image (Home page) */
.CPhomeImg {BACKGROUND-COLOR: #F5F5F5; BORDER: 1px solid #CCCCCC}

/* Box - Product Description (Home page) */
.CPhomeDesc {BORDER-BOTTOM: 1px solid #CCCCCC}

/* Horizontal and Vertical lines */
.CPlines {BACKGROUND-COLOR: #CCCCCC}

/* Product Short Description (Except Detail page) */
.CPprodDesc {FONT-SIZE: 12pt}

/* Product Short Description (Detail page only) */
.CPprodDescDet {FONT-SIZE: 12pt}

/* Product Long Description */
.CPprodDescLong {font-size: 9pt;font-weight: normal;}

/* Product Detail */
.CPprodDet {color:#606050; font-size:10pt;line-height:18px;}

/* Product SKU */
.CPprodSKU {font-weight: normal;font-size: 8pt; font-style: italic;font-family: Verdana, Helvetica, Sans-Serif;}

/* Product Price - Text Label */
.CPprodPriceT {COLOR: #800000}

/* Product Price - Price Value */
.CPprodPriceV {font-family: Arial, Helvetica, Sans-serif;font-size: 13pt; COLOR: #ff0000;}

/* Product List Price - Text Label */
.CPprodLPriceT {}

/* Product List Price - Price Value */
.CPprodLPriceV {font-family: Arial, Helvetica, Sans-serif;font-size: 13pt; COLOR: #003399;text-decoration: line-through;font-weight: bold;}

/* Product Sale Price - Text Label */
.CPprodSPriceT {}

/* Product Sale Price - Price Value */
.CPprodSPriceV {COLOR: red}

/* Free Shipping text */
.CPfreeShipMsg {COLOR: #888888}

/* In Stock text */
.CPinStock {COLOR: #888888}

/* Out of Stock text */
.CPoutStock {COLOR: red}

/* No Image text */
.CPnoImgT {COLOR: #800000}

/* Category List */
.CPcatDescList {}

/* Category Description - No products linked to it */
.CPcatDesc {}

/* Category Description - Has products linked to it */
.CPcatDescProd {FONT-WEIGHT: bold}

/* Option Description for "Optional" options */
.CPoptDesc {FONT-STYLE: italic}

/* Option Select box */
.CPoptSel {FONT-FAMILY: Verdana, Arial, helvetica; FONT-SIZE: 8pt}

/* Option Text box */
.CPoptTxt {FONT-FAMILY: Verdana, Arial, helvetica; FONT-SIZE: 8pt}


/* ------------------- */
/* ADDED - Version 2.3 */
/* ------------------- */

/* Box - 2, 3 and 4 Column Layout for product list page */
.CPcolsView {BACKGROUND-COLOR: #F5F5F5; BORDER: 1px solid #CCCCCC}
.CPcolsView A:link    {COLOR: #000099; TEXT-DECORATION: underline}
.CPcolsView A:visited {COLOR: #000099; TEXT-DECORATION: underline}
.CPcolsView A:hover   {COLOR: #996666; TEXT-DECORATION: underline}

/* System Messages */
.CPsysMsg    {FONT-SIZE: 10pt;}
.CPsysMsgErr {COLOR: red; FONT-SIZE: 10pt;}
.CPsysMsgURL {FONT-SIZE: 10pt}

/* ------------------- */
/* ADDED - Version 2.4 */
/* ------------------- */

/* Highlights used in search results */
.CPhighlight {COLOR: #000000; BACKGROUND-COLOR: #ffff66}

/* ------------------- */
/* ADDED - Version 2.5 */
/* ------------------- */

/* Radio Button options */
.CPoptRadio {FONT-FAMILY: Verdana, Arial, helvetica; FONT-SIZE: 8pt}

/* Option Description for "Mandatory" options*/
.CPoptDescM {FONT-STYLE: italic; color: Red}


/* ---------------------*/
/* ADDED -- Version 3.0 */
/* ---------------------*/
.CPcloseWindow {FONT-SIZE: 6pt; TEXT-DECORATION: none;}
.install { 
	BORDER: 1px solid #BBC3D3
}

.installcomment {
	PADDING-LEFT: 30px;
}

.textBlock {
	BACKGROUND-COLOR: #EEEEEE;
	BORDER: 1px solid #CCCCCC;
}

.maintClosed {
	color: red;
	font-size: 15pt;
	text-align: center;
}

.CPContactUs { }
.CPContactUs p {font-size: 10pt; }
.CPContactUs p .phonenum {font-size: 12pt; }

/* -------------------- */
/* ADDED -- Version 3.5 */
/* -------------------- */
.findTable {
	background-color: #EEEEEE;
	BORDER: 1px solid #CCCCCC;
}
.listTable {
	background-color: #EEEEEE;
}
.listRowTop {
	BACKGROUND-COLOR: #DDDDCC;
	BORDER-TOP: 1px solid #888888;
	BORDER-BOTTOM: 1px solid #888888;
}
.listRowHead {
	BACKGROUND-COLOR: #DDDDDD;
}
.listRowBot {
	BACKGROUND-COLOR: #DDDDCC;
	BORDER-TOP: 1px solid #888888;
	BORDER-BOTTOM: 1px solid #888888;
}

/* --------------------  */
/* ADDED -- Version 4.1  */
/* --------------------  */
.cpbeta {
	color: red;
	font-size: 14pt;
	
}

/* New template style */ 
html .boxhead h2 {height: 1%;} /* For IE 5 PC */

.sidebox {
	margin: 0; /* center for now */
	width: 24em; /* ems so it will grow */
	background: url(../usermods/img/featurebox/sbbody-r.gif) no-repeat bottom right;
	font-size: 100%;
}
.boxhead {
	background: url(../usermods/img/featurebox/sbhead-r.gif) no-repeat top right;
	margin: 0;
	padding: 0;
	text-align: center;
}
.boxhead h2 {
	background: url(../usermods/img/featurebox/sbhead-l.gif) no-repeat top left;
	margin: 0;
	padding: 22px 30px 5px;
	color: white; 
	font-weight: bold; 
	font-size: 1.2em; 
	line-height: 1em;
	text-shadow: rgba(0,0,0,.4) 0px 2px 5px; /* Safari-only, but cool */
}
.boxbody {
	background: url(../usermods/img/featurebox/sbbody-l.gif) no-repeat bottom left;
	margin: 0;
	padding: 5px 30px 31px;
	text-align: left;
}

.boxbody a {	
	text-decoration: underline;
}
.boxbody a:hover {
	text-decoration: underline;
}
.boxbody span.cpCart {
	text-align: left;
	padding-right: 3em;
}





/* JOBSON STYLE */

body {background:#fff url(_design/body_bg.png) repeat-x 0 0;padding:0;margin:0;font-family:Arial, Tahoma, sans-serif;}

table {border-collapse:collapse;border-spacing:0;border:0;}
/* table td, table th {padding:0;vertical-align:top;} */

#main {width:100%;}
#lshad {width:50%;background:url(_design/body_lshad.png) no-repeat 100% 0;}
#rshad {width:50%;background:url(_design/body_rshad.png) no-repeat 0 0;}
.spmain {width:1037px;}

#main_center {padding:0;vertical-align:top;}

#td_logo {background:#2E80A5 url(_design/head_bg.png) repeat-x 0 0;padding:0 0 0 47px;vertical-align:top;}
#td_hdrban  {background:#2E80A5 url(_design/head_bg.png) repeat-x 0 0;padding:20px 0 0 47px;vertical-align:top;}
.logo {float:left;margin:33px 80px 0 0;}

#basket .tdBasket {padding:33px 0px 0 4px;color:#fff;font: normal normal 8pt Verdana, Arial, Helvetica, Sans-Serif;}
#basket .tdSearch {padding:10px 0px 0 4px;color:#fff;font: normal normal 8pt Verdana, Arial, Helvetica, Sans-Serif;}
#basket .tdSearch .searchtxtbox {border: 1px solid #003366;}
#basket td .amount {font-weight: bold;}
#basket td a,#basket td a:visited, #basket td a:active, #basket td a:hover  {font-weight: bold; text-decoration: underline;color: #ffffff;}

.tdSearchTxt {height: 30px;background:url(/UserMods/img/txt_searchbox.png) no-repeat 0px 20px; padding: 0px; margin:0px;}

.divsearchouterbox {float:left;background-color: #92bed1;padding: 1px 1px 1px 1px;margin: 0px 0px 0px 0px;}
.divsearchtxtbox {float:left;height: 20px;background-color: #ffffff;padding: 0px 0px 0px 0px;margin: 0px 0px 0px 0px;}
.divsearchbtn {float:left;height: 20px;padding: 0px 0px 0px 0px;margin: 0px 0px 0px 0px;}
.searchtxtbox {border: 0px solid #92bed1;background-color: Transparent;width:100px;height: 20px;padding: 0px;margin: 0px 0px 0px 0px;}
.searchbtn {border: 0px solid #92bed1;margin: 0px 0px 0px 0px;padding:0px;margin: 0px 0px 0px 1px;}


.prodtxtbox {border: 1px solid #003366;width: 50px;padding: 0px; margin:0px;}
.adv1 {float:right;margin:30px 0px 0 0;padding: 0px 10px 0px 0px;}
.adv1 div {border: 1px solid #99ccff;}
.adv2 {float:right;margin:0px 0px 0 0;padding: 0px 0px 0px 0px;}
.adv2 div {border: 1px solid #99ccff;}
.advHomeSplash {padding: 0px;margin:0px;}

.menu {background:url(_design/02.gif) repeat-x 0 0;padding:0;}

.head {position:relative;padding:0;vertical-align:top;background:url(/UserMods/_design/head.jpg) no-repeat;width: 1037px;height:323px;}
.head_internal {background:url(_design/bg_internal_curve2.jpg) no-repeat; position:relative;padding:0;vertical-align:top; height:92px;}

.top-menu { margin:10px 20px 0px 800px; font-size:12px;}
.top-menu a {color:#646464; }

#learn_more {position:relative;z-index:2;}
#learn_more img {position:absolute;top:197px;left:47px;z-index:3;}

.contact {border-top:4px #fff solid;border-bottom:6px #034F9B solid;background-color:#4B94B5;}
.contact table {width:100%;height:100px;margin-left:20px;}
.contact table td {vertical-align:middle;padding:0 25px;font-size:13px;color:#fff;}
.contact table td.border {background:url(_design/03.gif) no-repeat 100% 50%;}
.contact table td a {color:#fff;text-decoration:underline;}
.contact table td a:hover {text-decoration:underline;}

.copyright {background:#fff url(_design/04.png) repeat-x 0 0;text-align:center;font-size:12px;color:#8A8A8A;padding-bottom:80px;}

#menu_bot {margin:18px auto 16px auto;}
#menu_bot td {font-size:13px;border-left:1px #000 solid;padding:0 12px;}
#menu_bot td.first {border:0;}
#menu_bot td a {color:#000;text-decoration:none;}
#menu_bot td a:hover {text-decoration:underline;}

.price-old{ text-decoration:line-through;font-size:24px;color:#004C8F;}
.price-new{ text-decoration:none;font-weight:bold;padding-left:20px;font-size:24px;color:red;}

.index_cont {background:#fff url(_design/05.jpg) repeat-x 0 100%;padding:20px 0 50px 47px;}
.index_cont_tbl td {font-size:14px;color:#646464;}
.index_cont_int {background:#fff url(_design/05.jpg) repeat-x 0 100%;padding:0px 0px 80px 0px;}
/*.index_cont_tbl td a {font-size:13px;color:#004C8F;text-decoration:underline;}
.index_cont_tbl td a:hover {text-decoration:underline;}
*/
.index_cont_tbl td.big {padding:25px 40px 0 0;color:#606050; font-size:10pt;line-height:18px;}
.index_cont_tbl td.preview {background:url(_design/06.png) no-repeat 0 0;width:100%;padding-right:15px;}
.index_cont_tbl td.preview table {background:url(_design/07.png) repeat-x -5px 0;height: 100%; border: 0px solid transparent;}
.index_cont_tbl td.preview table th {vertical-align:middle;width:33%;}
.index_cont_tbl td.preview table td {height: 100%;width:33%;padding:0px 14px 10px 14px;color:#000;font-size:11px;}
.index_cont_tbl td.preview table td .divProdPreview {height: 100%;width: 100%;border: 0px solid #dddddd;text-align:center;padding:0px 0px 10px 0px;margin:0px;position: relative;}
.index_cont_tbl td.preview table td .divMoreLink {position: absolute; bottom: 0px;width:100%;text-align:center;left:0px;}
.index_cont_tbl td.preview table td h2 {font-size:13px;margin:0;padding:0 0 12px 0;}
/*.index_cont_tbl td.preview_int {background:url(_design/06.png) no-repeat 0 0;width:100%;padding: 0px 40px 0px 40px;}*/
.index_cont_tbl td.preview_int { background:url(_design/Product_header_shadow1.png) no-repeat 0px 0px; width:100%;padding-right:45px; padding-top:26px;}
.index_cont_tbl td.preview_int table { }
.index_cont_tbl td.preview_int table th {vertical-align:top; padding-left:20px; padding-right:20px; text-align:left; font-size:13px; color:#646464;}
.index_cont_tbl td.preview_int table td .TitleDiv {background: url(_design/corner.gif) no-repeat 0px 3px; border-bottom: 1px dashed #cccccc;padding: 0px 0px 0px 25px;margin: 0px 0px 0px 0px;height: 35px;font-size:18px; color:#333333; font-family: Arial, Helvetica, Sans-Serif;}
.index_cont_tbl td.preview_int table td {padding:0 0px;color:#000;font-size:12px;}
.index_cont_tbl td.preview_int table td h2 {font-size:13px;margin:0;padding:0 0 12px 0;}
.index_cont_tbl td .product_block ul {}
.index_cont_tbl td .product_block li { line-height:35px; vertical-align:middle; list-style:none; /*list-style-image: url(_design/arrow.gif);*/}
.index_cont_tbl td .product_block li a { background:url(_design/arrow.gif) no-repeat 0px 12px; padding-left:20px; display:block; vertical-align:middle; width:252px; border-bottom: #CCCCCC dotted 1px; color:#000000;font-size:11pt; font-family:Verdana, Arial, Helvetica, sans-serif; text-decoration:none}
.index_cont_tbl td .product_block li a:hover {background:url(_design/arrow.gif) no-repeat 5px 12px;color:#89bbd0;}

.index_cont_tbl td a {font-size: 13px;color: #004c8f;}
.index_cont_tbl td a:hover {text-decoration: none;}
/*.index_cont_tbl td li a {background-color: transparent;background-image: url(_design/arrow.gif);background-repeat: no-repeat;background-attachment: scroll;background-x-position: 0px;background-y-position: 12px;padding-left: 24px;position: relative;display: block;vertical-align: middle;color: #000000;font-size: 15px;font-family: Verdana,Arial,Helvetica,sans-serif;text-decoration: none;}
.index_cont_tbl td li a:hover {background-color: transparent;background-image: url(_design/arrow.gif);background-repeat: no-repeat;background-attachment: scroll;background-x-position: 5px;background-y-position: 12px;color: #89bbd0;}
*/

/*.product_header {background:url(_design/corner.gif) no-repeat 20px 33px; font-family:Verdana, Arial, Helvetica, sans-serif; font-weight:bold; font-size:16px; color:#ffffff; display:block; padding: 32px 0px 0px 40px;} */
.product_header {background:url(_design/corner.gif) no-repeat 16px 4px; font-family:Verdana, Arial, Helvetica, sans-serif; font-weight:bold; font-size:16px; color:#ffffff; display:block; padding: 4px 0px 0px 40px;}
.product_block {background:url(/UserMods/_design/Product_block2.jpg) no-repeat 0px 0px;width:325px; padding: 28px 0px 0px 0px;margin: 0px;}
.searchbox {width: 100%; background-color: transparent;padding: 0px 0px 10px 0px;}
.new_cart { color: #2c7ca1; padding:30px 0px 0px 44px; font-size:12px; border: 0px solid #000000;display:block; height:50px; width:480px; line-height:18px;}
.new_cart a {color:#336699; text-decoration:underline;}
.new_cart a:hover {color:#89bace; text-decoration:none}
.product_block .catlist {line-height: 1.4em; margin: 20px 0px 0px 20px;padding:0px; list-style-type: none;}
.product_block .catlist li {}


.tabbox { overflow: auto; height: 200px;}
#countrydivcontainer a {font-size: 8pt;color: #004c8f; font-family:Verdana, Arial, helvetica; font-weight:bold; }
#countrydivcontainer li { line-height:17px; }

