/* Global Styles */

/* changes to styles which need to appear in the editor
   MUST also be added to /css/fck_editorarea.css */

body { 
	margin: 10px;	
	background-color: #68bce8;  
	font-family:  Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px;
	color: #333333;
	background-image: url(/ps_image/bg.jpg);
}
p,td {  
	font-family:  Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px;
	color: #333333;	
	vertical-align: top;
}

h1 {  font-size: 20px; font-weight:normal; color:#000033;}
h2 {  font-size: 14px; font-weight:bold; margin-bottom: 4px;color:#000033;}
h3 {  font-size: 12px; font-weight:bold;color:#000033;}
a {
	color:#333333;
}
a:visited {
	color:#333333;
}
a:hover {
	color:#ff9900;
}
.tiny {  

	font-size: 9px
}
.asterix {  /* shop/login, account/shipto, account/billing, */
	color: #990000;
}

img{
	border:0;
}

.button{
	border: 0;
	background-color: #333;
	color:#ddd;
	padding:3px 10px;
	margin:0 10px;
}

.submit {
	background-color: #ffffff;
	border-color: #DEF0FA;
	color: #000;
	font-size: 14px;
	font-weight: normal;
	height: 22px;
}

.linkbutton_arrowleft {
	background-color: #ffffff;
	border-color: #DEF0FA;
	color: #000;
	font-size: 14px;
	font-weight: normal;
	height: 22px;
    background-image:url(/ps_image/arrow_previous.gif);
    background-position: left;
    background-repeat:no-repeat;
}

.linkbutton_arrowright {
	background-color: #ffffff;
	border-color: #DEF0FA;
	color: #333333;
	font-size: 10px;
	font-weight: bold;
	height: 22px;
    background-image:url(/ps_image/arrow_next.gif);
    background-position: right;
    background-repeat:no-repeat;
	padding: 0px;
	margin: 0px;
}

/* header */
table.bodystyle {
	width: 778px;
	background-color: #ffffff;
}
table.bannerstyle {
	width: 100%;
	background-color: #fff;
}
td.ErrorBox { 
	background-color: #FFCC00;
	width: 90%;
	border: 1px solid #000000;
	padding: 5px;
	text-align: center;
	color: #000000;
}
/* topmenu or leftmenu */
.searchbox {
	font-size: 11px;
	font-weight:bold;
	color:#ffffff;
	text-decoration : none;
	padding-right:10px;
	padding-bottom:10px;
	vertical-align:bottom;
}

/* Navigation classes for top infopages list */

/* have to keep using tables for floating inline divs, containers don't work as expected, 
   li's end up with a 4px left margin unless given a float:left which then causes the li's
	to float out of the containing div. Put it all in a table and it stays put!   */
	
table.topmenu { 
	background-color: #FFFFFF;
	padding: 0;
	margin: 0;
	width: 100%;
}

/* Navigation classes for top infopages list */
#topbutton{
	padding: 0;
	margin: 0;
	float: right;
}
#topbutton ul{
	padding: 0;
	margin: 0;
	background-color: #DEF0FA;
	color: #000000;
	font-size: 11px;
	font-weight:bold; 
}
#topbutton ul li { 
	display: inline; 
	list-style: none;
}

#topbutton2{
	padding: 0;
	margin: 0;
	float: right;
}
#topbutton2 ul{
	padding: 0;
	margin: 0;
	color: #ffffff;
	font-family: Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
	font-size: 11px;
	font-weight:normal; 
}
#topbutton2 ul li { 
	display: inline;
	list-style: none;	
}


/* top menu links */
a.TopMenuLink{
	padding: 12px 12px 12px 12px;
	background-color: #DEF0FA;
	color: #000000;
	text-decoration: none;
	float: left;
	display: block;
}
a:visited.TopMenuLink{
	color: #000000;
}
a:hover.TopMenuLink {
	background-color: #DEF0FA;
	color: #ff9900;
}

a.TopMenuLinkRight{
	padding: 6px 0px 6px 4px;
	color: #333333;
	text-decoration: none;

}
a:visited.TopMenuLinkRight{
	color: #333333;
}
a:hover.TopMenuLinkRight {
	color: #ff9900;
}


/* contains login, admin & account link & minicart*/
#authbar{
	text-align: right;
	padding: 4px 4px 4px 0;
}


/* leftmenu */

table.LeftMenuTableBody { 
	background-color:#DEF0FA;
	border: 0px solid #ff9900;
	color: #000000;
	width: 160px;
}


td.leftmenu{
	 width: 160px;
}	
#leftProdButtons {
	padding: 0;
	margin: 0;
	font-size: 11px;
	font-weight: normal;  
	background-color: #DEF0FA;
	color: #000000;
}
	
#leftProdButtons ul {
	margin: 0;
	padding: 0;
	border: 0;
}
#leftProdButtons li {
	list-style-type: none;
	border-bottom: 1px dotted #62bae8;
	margin: 0;
	padding: 0;
}
#leftProdButtons li.header {
	background-color: #62bae8;
	list-style-type: none;
	margin: 0;
	padding: 0;
	color: #FFFFFF;
	text-align: left;
	font-weight: normal;
	font-size: 14px;
	padding: 5px 6px 5px 6px;
}


/* Navigation classes for left infopages list */
#leftNavButtons {
	background-color: #fddfd9;
	border:1px solid #333;
}
	
#leftNavButtons h1 {
	margin: 0;
	padding: 2px 0 2px 6px;
	border: 0;
	background-color: #BC0C0C;
	color: #ffffff;
	font-size: 12px;
	font-weight : bold;
	border-bottom:1px solid #000000;
}

/* Navigation classes for left menu products list 
	if using the MLDDM make sure the correct heights 
	are in the config file and delete the ul & li classes below */

#leftNavButtons ul {
	margin: 0;
	padding: 0;
	border: 0;
}
#leftNavButtons li {
	list-style-type: none;
	border-bottom: 1px solid #333333;
	margin: 0;
	padding: 0;
}
	

/*	 Navigation links classes for non mlddm */	
a.LeftMenuLink {
	display: block;
	padding: 5px 0px 5px 6px;
	color: #000000;
	text-decoration: none;
	font-weight: normal;
}
a:visited.LeftMenuLink {
	color: #333333;
}
a:hover.LeftMenuLink {
	background-color: #ffffff;
	color: #000066;
}

/* Add more nav classes as required for more category hierarchies*/		
a.LeftMenuLink1 {
	display: block;
	padding: 5px 0px 5px 16px;
	color: #461746;
	text-decoration: none;
}
a:hover.LeftMenuLink1 {
	background-color: #ffffff;
	color: #993399;
}
a.LeftMenuLink2 {
	display: block;
	padding: 5px 0px 5px 26px;
	color: #461746;
	text-decoration: none;
}
a:hover.LeftMenuLink2 {
	background-color: #ffffff;
	color: #993399;
}	
		


/* footer */
table.footer { 
	width: 778px;
	height: 20px;
	background-color: #62BAE8;
	border-top: 0px;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;

}
td.footertext { 
	font-size: 10px;
	color: #ffffff;
}
a.footerlink { 
	font-size: 10px;
	color: #ffffff;
}
a:visited.footerlink { 
	color: #ffffff;
}
a:hover.footerlink { 
	color: #333333;
}

/* mailing list box */
#mailingList{
	width: 160px;
	background-color: #ffffff;
	border: 1px solid #62bae8;
	text-align: center;
	margin-top: 4px;
}

#mailingList .header {
	background-color: #62bae8;
	padding: 4px 0 4px 0;
	color: #ffffff;
	font-size: 14px;
	text-align : center;
	font-weight : normal;
	white-space: nowrap;	
	border-bottom:1px solid #62bae8;
}
#mailingList form {  
	margin: 5px;
}

#mailingList input { 
	border: 1px solid #62bae8;
} 

/* Specials randomprod (sent to ps_product/showimage() ) */

table.randomProdTableTop { 
	background-color: #62bae8;
	margin: 0;
	padding: 5px 6px 5px 6px;
	width: 100%;
}
td.randomProdHeader { 
	color: #ffffff;
	font-size: 14px;
	text-align : center;
	font-weight : normal;
	white-space: nowrap;
}
table.randomProdTableBody { 
	background-color:#ffffff;
	border: 1px solid #62bae8;
	color: #000000;
	width: 100%;
}
td.randomProdBody { 
	color: #333333;
}
a.randomProdlink { 
	font-size: 8pt;
	color: #461746;
}
a:visited.randomProdlink { 
	color: #461746;
}
a:hover.randomProdlink { 
	color: #993399;
}
.randomProdImg {  
	border: 0px solid #62bae8;	
	width:130px;
}
/* browse */

.category_link{
	height:120px;
	width:120px;
	border:1px solid #ccc;
	float:left;
	margin:14px 14px 0 0;
	padding: 10px;
	text-align:center;
}
.category_link img{
	border:0;
}


table.recordsTable { 
	border: 0px solid #445870;
	background-color: #ffffff;
}
td.recordsTableHeader { 
	background-color: #993399;
	font-weight: bold;
	border-bottom: 1px solid #445870;
	color: #ffffff;
	white-space: nowrap;
}
td.record { 
	padding-top: 6px;
	background-color: #ffffff;
	border: 1px solid #445870;

}
a.record { 
	font-size: 14px; 
	margin-bottom: 4px;
	color: #445870;
}
a:hover.record { 
	color: #445870;
}
a:visited.record { 
	color: #445870;
}

.rrpPrice{
	color:#990000;
	text-decoration:line-through;
	font-size:11px;
}
.rrp {
	color: #990000;
	font-size:11px;
}

#prevNext{
	text-align: center;
	padding: 4px 0 4px 0;
}
#prevNext a { 
	font-size: 10pt; 
	margin-bottom: 4px;
	color: #333333;
}
#prevNext a:hover { 
	color: #333333;
}
#prevNext a:visited { 
	color: #333333;
}
#prevNext a.current { 
	font-size: 10pt; 
	margin-bottom: 4px;
	color: #990000;
	text-decoration: none;
}
#prevNext a:hover.current { 
	color: #990000;
}
#prevNext a:visited.current { 
	color: #990000;
}


/* product Page (flypage) 
   a. also in ps_product_category/navigation_list()  */

.navigationList { 
	font-size: 18px; 
	margin-bottom: 4px;
	color: #461746;
}
a.navigationList { 
	font-size: 18px; 
	font-weight:normal; 
	margin-bottom: 4px;
	color: #461746;
}
a:hover.navigationList { 
	color: #993399;
}
a:visited.navigationList { 
	color: #461746;
}
.popupwindow{
	background-color: #702570;
}
table.popupwindow{
	background-color: #ffffff;
}

.popupwindowtext{
	color: #000000;
	font-weight:bold;
}
/* shopping cart */
/* basket, ro_basket, checkout/index(info table headers), checkout/thankyou */

table.cart { 
	background-color: #FFFFFF;
	width: 100%;
	border: 0px;
	border-collapse: collapse;

}

table.cart th{ 
	font-size: 13px;
	color : #ffffff;
	font-weight : normal;
	background-color : #62bae8;
	padding:6px 20px 6px 4px;
	text-align: right;
}

table.cart th.left{ 
	text-align: left;
	padding-right:0;
}

table.cart td{ 
	text-align: right;
	padding:6px 20px 6px 4px;
	border-bottom: 1px solid #eeeeee;
	vertical-align: middle;
}


table.cart td.left{ 
	text-align: left;
	padding-right:0;
}
.cartHeader {
	font-size: 12px;
	color : #ffffff;
	font-weight : bold;
	background-color : #62bae8;
	padding:6px 4px;
}
.cartHeaderRight {
	font-size: 12px;
	color : #ffffff;
	font-weight : bold;
	background-color : #62bae8;
	padding: 6px 20px 6px 0;
	text-align: right;
}
.cellRight{
	padding-right: 20px;
	text-align: right;
	white-space: nowrap;
}


 

td.cartCell {/* basket, ro_basket - used in subtotal cell etc*/ 
	background-color: #ffffff;
	border-bottom: 1px solid #eeeeee;
}
td.cartCellRight {/* basket, ro_basket - used in subtotal cell etc*/ 
	background-color: #ffffff;
	border-bottom: 1px solid #eeeeee;
	padding-right: 20px;
	text-align: right;
}
.qty{
	text-align:right;
	border:0;
	padding-right:2px;
}




#postage_calculator{
	border:1px solid #666;
	padding:12px;
	line-height:150%;	
	margin-bottom:30px;
}



/* shop/login, account/billing, account/shipto */

hr.login { 
	height: 1px;
	color: #000000;
	width: 100%;
	border-style: dotted;
}

/* contact */  

.contactformlabel { 
	font-size: 10px; 
	font-weight: bold; 
	color: #333333;
	margin-bottom: 0px;
}
.vendoraddress {   
	font-size: 12px;
	color : #333333;
	font-weight : bold;
}
a.vendoraddress {   
	font-size: 12px;
	color: #333333;
}
a:hover.vendoraddress {
	color: #4B95B4;
}
a:visited.vendoraddress { 
	color: #333333;
}

/* related products */

table.related { 
	width: 100%;
	border: 1px solid #993399;
	margin: 0px;
}
td.relatedHeader { 
	background-color: #993399;
	color: #ffffff;
	font-size: 13px;
	text-align : center;
	font-weight : bold;
	white-space: nowrap;
}

/* debug panel */
table.debugPanel{
	background-color: #999999;
	border: 5px solid #FF0000;
	font-size: 20pt;
}
.debugPanelHeader{
	color: #000099;
	font-size: 9pt;
	font-weight: bold;
}
.debugLabel{
	color: #000099;	
	font-size: 7.5pt;
	font-weight: bold;
}
.debugValue{
	color: #ffffff;
	font-size: 7.5pt;
	font-weight: bold;
}


/* search color 1 and search color 2 are set in phpshop.cfg
they are used in  basket and ro_basket
search color 2 is also used in ps_account->ship_to_address
and ps_checkout->ship_to_address_radio to set bgcolor
of address boxes. */


