/* 
========================================================================
KARTRIS by cactusoft
©2010 CACTUSOFT INTERNATIONAL FZ LLC. - WWW.KARTRIS.COM
All rights reserved.
========================================================================
*/

/* 
========================================================================
MAIN LAYOUT
========================================================================
*/
html 
{
    height: 100%;
} 


body.main
{
	background-color: #fff;
    overflow: scroll;
    overflow: -moz-scrollbars-vertical;
    height: 100%;  
    background: rgb(0,49,0) url(/skins/Kartris/images/body_background.jpg) top left repeat-x; 
}

div#topcontainer
{
    margin: 0 10px;
    padding: 0 00px;
    background-color: #fff;
}

#centre_container
{
	background-image: url(Images/centre_back.gif);
	background-position: left top;
	background-repeat: repeat-y;
	width: 1010px;
	margin: 0 auto 0 auto;
	min-height: 100%;
}

/* --- section below the header --- */
#pagebody
{
	min-height: 400px;
	padding-right: 20px;
	padding-left: 20px;
}


/* 
========================================================================
HEADER
========================================================================
*/
#header
{
	height: 174px;
	padding: 0;
	display: block;
}

#logospace
{
	width: 995px;
	height: 200px;
	position:relative;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}

#logo_pf
{
	width: 100%;
	height: 100%;
	position:absolute;

}

#logospace .logo 
{
	padding: 0px 0 0 0px;
}

#header_centre
{
	width: 235px;
	float: left;
	background-color: #3d6832;
	height: 28px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
}
#header_right
{
	width: 350px;
	position: absolute;
	margin: 0 0 0 0;
	text-align: right;
	top: 0px;
	right: 10px;
}



/* 
========================================================================
COLUMNS - LEFT, RIGHT AND CENTRAL
========================================================================
*/

/* --- main column --- */
#pagecontent
{
	width: 730px;
	float: left;
	min-height: 300px;
	margin: 0px;
	padding: 0px;
}

#pagecontent_homepage
{
	width: 730px;
	float: right;
	min-height: 300px;
	margin: 0px;
	padding: 0px;
}
#pagecontent_homepage_pad
{
	margin: 0;
	padding-top: 15px;
	padding-right: 5px;
	padding-bottom: 15px;
	padding-left: 20px;
}

#pagecontent_pad
{
	margin: 0;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 20px;
}

/* --- right column --- */
#right
{
	width: 220px;
	float: left;
	padding: 0px;
}

#right_pad
{
	padding: 7px 0 0 0;
	margin: 0;
}

/* 
========================================================================
LOGIN STATUS
========================================================================
*/
#loginstatus 
{
    display: block;
    font-size: 90%;
    width: 350px;
    float: left;
    margin-bottom: 1px;
    color: #bbb;
    padding: 5px 25px 0 0;
    height: 20px;
}

#loginstatus .logout
{
    display: inline-block;
    position: relative;
    height: 15px;
}

#loginstatus a.icon_logout:hover
{
    color: #000;
    background-image: url(Images/icon_click.png);
}

#loginstatus strong
{
    color: #000;
}

/* 
========================================================================
SEARCH BOX
========================================================================
*/
#section_searchbox 
{
	margin-top: 4px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}

#section_searchbox #searchprogress
{
    display: block;
    position: relative;
    float: left;
	width: 25px;
	padding: 0 0 0 0;
}

#section_searchbox #searchboxes
{
    padding-right: 3px;
    background-color: #e8e9ee;
    width: 220px;
    overflow: visible;
    float: right;
}

#section_searchbox #searchboxes input
{
    height: 21px;
    width: 155px;
    margin: 0;
    border: none;
    color: #000;
 	-moz-border-radius: 0px;
 	-webkit-border-radius: 0px;
 	padding-left: 5px;
	background-color: #8aba7d;
}

#section_searchbox #searchboxes input:focus
{
	background-color: #8aba7d;
}

#section_searchbox #searchboxes input.button
{
	background-color: #e8e9ee;
	height: 20px;
	width: 55px;
	margin: 0;
	color: #556419;
}

/* 
========================================================================
GENERAL SKIN SECTION BLOCKS
========================================================================
*/
.infoblock
{
    margin: 5px 0 5px 0;
    border-top: solid 2px #222;
    padding: 5px 0 5px 0;
}

.infoblock h4
{
    font-size: 110%;
    color: #000;
    margin: 0 0 5px 0;
    width: auto;
    padding: 2px 5px 2px 0;
}

.infoblock h4 a
{
    color: #000;
}

.infoblock h4 span
{
    display: inline-block;	
}

.infoblock .box
{
    padding: 0 0 5px 0;
}

.infoblock select 
{
    width: 80%;
	margin: 0 0 0 0;
	font-size: 90%;
}

.infoblock ul
{
	margin: 0;
	padding: 0;
	border: 0;
}

.infoblock ul li
{
    list-style: none;
	float: none;
	clear: both;
	padding: 0;
}

.infoblock ul li a 
{
	display: block;
	font-weight: normal;
	text-decoration: none;
    padding: 2px 5px 3px 10px;
}

.infoblock ul li a:hover 
{
	background-color: #fff;
	font-weight: bold;
}

.infoblock ul li a 
{
	display: block;
	font-weight: normal;
	text-decoration: none;
    padding: 2px 5px 3px 10px;
}

.infoblock .infoblock_pad
{
    padding: 0 0 0 10px;
}

/* 
========================================================================
OTHER CONTROLS language, currency, etc.
========================================================================
*/
#currencymenu 
{
    padding: 0 0 5px 0;
    margin: 0 0 5px 0;
    border: none;
}

#languagemenu 
{
    padding: 5px 20px 0 0;
    margin: 0 0 5px 0;
    border: none;
    float: left;
}

#recentlyviewed 
{

}

/* 
========================================================================
BASKET SUMMARY
Set frontend.minibasket.compactversion config setting = n (off)
========================================================================
*/
#minibasket
{
    float: right;
    border: none;
    width: 220px;
    margin-top: 160px;
	 margin-left: 740px;
    padding: 0;
	
    position: absolute;
}

#minibasket_header
{
    height: 32px;
    display: inline-block;
    z-index: 999;
    position: absolute;
}

#minibasket h4
{
    margin: 0;
    display: block;
    color: #aaa;
    font-size: 105%;
    text-align: right;
    width: 220px;
}

#minibasket h4 a
{
	color: #FFF;
	font-size: 120%;
	letter-spacing: -1px;
	padding: 1px 0 1px 10px;
}

#minibasket #minibasket_main
{
    visibility: hidden;
    z-index: 11;
    height: 0px;
    width: 196px;
    text-align: left;
    margin-top: 22px;
    position: absolute;
}

#minibasket:hover #minibasket_main
{
    visibility: visible;
    height: auto;
    position: absolute;
    background-color: #fff;
    border-left: solid 1px #000;
    border-bottom: solid 1px #000;
    padding: 10px;
    margin-left: 10px;
}

#minibasket:hover h4 a
{
    color: #fff;
}

#minibasket #contents #numberofitems,
#minibasket #contents #orderinprogress,
#minibasket #contents #basketisempty {
    padding: 1px 5px 2px 10px;
    font-weight: bold;
}

#minibasket #contents ul 
{
	margin: 0;
	padding: 0;
}

#minibasket ul li 
{
	list-style: none;
	float: none;
	clear: both;
	margin: 1px 0 0 0;
	padding: 0;
}

#minibasket li 
{
    display: inline-block;
}

/* The line above is needed to stop menus going bonkers in IE6/7,
but the line below is needed to ensure the correct behaviour in
standards compliant browsers. The html>body part is not understood
by IE6/7, so they will ignore it and still assume the line above
holds true. */

html>body #minibasket li 
{
    display: block;
}

#minibasket #contents ul #totals 
{

    text-align: right;
    padding: 4px 5px 6px 10px;
    font-weight: normal;
    text-transform: uppercase;
    font-size: 90%;
    color: #777;
}

#minibasket #contents ul #totals span.price
{
    color: #3d6832;
	font-weight: bold;
	font-size: 140%;
}

#minibasket #contents ul #totals span.total
{
    color: #f00;
	font-weight: bold;
	font-size: 140%;
}

#minibasket #contents ul #totals strong {
	font-weight: bold;
}

#minibasket #contents ul li a 
{
	color: #333;
	background-color: #e8e9ee;
	font-size: 95%;
	font-weight: bold;
 	-moz-border-radius: 3px;
 	-webkit-border-radius: 3px;
}

#minibasket #contents ul li a:hover 
{
	color: #fff;
    background-color: #3d6832;
}

#minibasket #links 
{
	margin-bottom: 10px;
}

#minibasket #links a
{
	color: #fff;
	background-color: #aaa;
	font-size: 95%;
	font-weight: bold;
 	-moz-border-radius: 3px;
 	-webkit-border-radius: 3px;
}

#minibasket #links a:hover
{
	color: #fff;
    background-color: #3d6832;
}

#minibasket #links ul 
{
	margin: 0;
	padding: 0;
}

#minibasket #links ul li 
{
	list-style: none;
	float: none;
	clear: both;
	margin: 1px 0 0 0;
	padding: 0;
}

#minibasket #links ul li input /* google checkout image */
{
	margin: 5px 0 2px 0;
}

/* 
========================================================================
FOOTER
========================================================================
*/
#footer
{
	padding: 15px 20px 30px 20px;
	clear: both;
	text-align: left;
	margin: 10px 11px 10px 12px;
	background-position: left top;
	background-repeat: repeat-x;
	background-color: #FFF;
}
#footer2
{
    padding: 15px 20px 30px 20px;
    clear: both;
    text-align: center;
    margin: 10px 11px 10px 12px;
    background-position: left top;
    background-repeat: repeat-x;
    border-top: solid 3px #2c355d;
    background-color: #FFF;
}
#SSL
{
    clear: both;
    width: 130px;
    float: left;
    text-align: center;
}
#footer_inside 
{
	font-size: 10pt;
	color: #888;
	font-family: Arial, Helvetica, sans-serif;
}

#footer_right
{
    width: 200px;
    float: right;
    text-align: right;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
	color: #888;
}

#footer a
{
	color: #423d39;
	font-weight: bold;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#footer hover
{
	color: #000;	
}

#ExtraInfo h3
{
	font-size: 14px;	
	}
#ExtraInfo
{
    width: 900px;
    display: table;
    position: relative;
    left: 10px;
}
#ExtraInfoRow
{
	Display: table-row;
	
}
#CustomerService
{
    display: table-cell;  
    width: 25%;
	border-right-width: 3px;
	border-right-style: solid;
	border-right-color: #8a90b0;
	padding-left: 20px;	 
}
#ShopInfo
{
    display: table-cell;  
    width: 25%;
	border-right-width: 3px;
	border-right-style: solid;
	border-right-color: #8a90b0;	
	padding-left: 20px;
}
#DeliveryShipping
{
    display: table-cell;  
    width: 25%;
	border-right-width: 3px;
	border-right-style: solid;
	border-right-color: #8a90b0;	
	padding-left: 20px;
}
#FunStuff
{
    display: table-cell;  
    width: 25%;
	border-right-width: 3px;
	padding-left: 20px;
}
.reregister
{
    color: #CC0000;
}

