/* 
========================================================================
CACTUSHOP.CSS
========================================================================
*/


/*
------------------------------------------------------------------------
COMMON ELEMENTS
------------------------------------------------------------------------
*/
/* ------------ Typographic settings --------------------------------- */
body, td, select, input {
	font-family: Verdana,Arial,Helvetica,Sans-Serif; 
	font-size: 8pt; 
	font-weight: normal; 
	color: Black;
	padding: 0;
	margin: 0;
}

/* Headings and Text */


h1 {
	font-size: 13.5pt;
	letter-spacing: -1px;
	font-weight: bold;
	color: #666688;
	margin: 0px 0 10px 0;
}

h2 {
	font-size: 10pt;
	color: #666688;
	margin: 0px 0px 10px 0px;
}

h3 {
	font-size: 9pt;
}

h4 {
	font-size: 7.5pt;
	color: #666688;
	margin: 10px 0 4px 0;
	padding-bottom: 0px;
}

h5 {
	margin: 20px 0px 5px 0px;
	font-size: 7.5pt;
	color: #336677;
	text-transform: uppercase;
	letter-spacing: -1px;
	padding: 2px 2px 2px 0px;
	text-align: left;
	font-weight: normal; 
}

.right {
	align: right;
	text-align: right;
}


/* Hyperlinks */
a:link, a:visited {
	text-decoration: none; 
	color: #6666ee;
	font-weight: bold;
}

a:hover	{
	text-decoration: none; 
	color: #aa0000;
	font-weight: bold;
}

/* General site warnings & alerts */
.errors {
	display: block;
	color: red;
	background-color: #FFDDDD;
	border: dotted 1px red;
	padding: 12px;
	margin-bottom: 15px;
}

.errors label {
	border-bottom: dotted 1px red;
}

.warning {
	display: block;
	color: red;
	background-color: #FFDDDD;
	border: dotted 1px red;
	padding: 12px;
	margin-bottom: 15px;
}

.notice {
	display: block;
	color: #000000;
	background-color: #FFFFDD;
	border: dotted 1px #008000;
	padding: 12px;
	margin-bottom: 15px;
}


/* Products */
.products .minprice {
	color: Red;
}

.halfpage {
	width: 270px;
	float: left;
	margin-bottom: 15px;
}

.leftpage {
	width: 320px;
	float: left;
	margin-bottom: 15px;
}

.rightpage {
	width: 180px;
	float: right;
	margin-bottom: 15px;
}

.backfade {

	background-color: #F2F7FF;
	background-image: url(../templateimages/back_fade_ua.png);
	background-repeat: repeat-x;
	clear: both;
	border-right: solid 1px #CCDDFF;
	border-bottom: solid 1px #CCDDFF;

}

.dlinfo {
	padding: 5px 0px 0px 0px;
	font-size: 7.5pt;
}

.frontbox {
	width: 170px;
	float: left;
	margin-right: 15px;
}

.frontbox .pad {
	height: 85px;
}


/* ------------ Site Colour Scheme and Layout ------------------------- */
body {

}

.section {
	width: 100%;
	margin-top: 10px;
	padding-top: 10px;
	background-image: url(../templateimages/back_fade_section.png);
	background-position: top left;
	background-repeat: no-repeat;
}

/* Padding */
.pad {
	padding: 10px;
}

.boxinset {
	background-image: url(../templateimages/back_fade_general.png);
	background-position: top left;
	background-repeat: repeat-x;
}

#mailinglist {
	background-image: url(../templateimages/back_fade_ua.png);
	background-repeat: repeat-x;
	clear: both;
}

#mailinglist a {
	display: block;
	font-size: 7.5pt;
	margin-top: 3px;
}

/* Tables */
table caption {
	font-size: 10pt;
	color: #DD6600;
}

table {
	border-collapse: collapse;
	width: 100%;
	border-top: solid 1px #AABBDD;
	border-bottom: solid 1px #CCDDFF;
	margin-bottom: 15px;
}

table tr {
	background-image: url(../templateimages/back_fade_general.png);
	background-position: top left;
	background-repeat: repeat-x;
}

table tr.alt {
	background-image: url(../templateimages/back_fade_general.png);
	background-position: top left;
	background-repeat: repeat-x;
}

table tr.highlight {
	background-color: #FFF522;
	background-image: none;
}

table tr.plainback {
	background-color: #F2F7FF;
	background-image: none;
}


table td, table th {
	padding: 5px;
}

table th {
	text-align: left;
	background-image: url(../templateimages/back_fade_general.png);
	background-repeat: repeat-x;
	color: #000000;
	font-size: 7.5pt;
	border-bottom: solid 1px white;
}

.ticket {
	color: #009900;
	clear: both;
	display: block;
	padding: 2px 10px 10px 0px;
}

.ticketalt {
	clear: both;
	color: black;
	display: block;
	padding: 2px 10px 10px 0px;
}

.info {
	font-size: 7.5pt;
	display: block;
}

.left {
	float: left;
}

.downloadable {
	border-top: dotted 1px #CCCCCC;
	clear: both;
	display: block;
	padding-top: 1px;
}


.vatop {
	vertical-align: top;
	}

.essential {
	display: inline;
	background-color: #FF3311;
	color: yellow;
	font-size: 7pt;
	font-weight: bold;
	padding: 0px 3px 0px 3px;
	border-right: solid 1px #880000;
	border-bottom: solid 1px #880000;
}




/* ------------ orderform ------------------------- */

#orderform td {
	padding: 6px;
}

#orderform p.smalltext {
	padding: 3px 0 0 0;
	margin: 0px;
	font-size: 7pt;
	color: #7788AA;
}

#orderform #domaindiv {
	width: 180px;
	float: left;
}

#orderform .thin {
	width: 80px;
}

#orderform .thin2 {
	width: 50px;
}

#orderform .column1 {
	width: 150px;
}

#orderform .textsmall {
	width: 50px;
}

#orderform .price {
	color: #008000;
	font-weight: bold;
	text-align: right;
}


/*
------------------------------------------------------------------------
SPECIFIC ELEMENTS
------------------------------------------------------------------------
*/

/* ------------ Forms ------------------------------------------------ */
select, input, textarea {
	font-weight: normal;
	color: black;
	background-color: #D5E0E5;
	border-color: #cccccc;
	border-style: inset;
	border-width: 1px;
	margin-bottom: 3px;
}

select:focus, input:focus, textarea:focus {
	font-weight: normal;
	color: black;
	background-color: #FFFECC;
	border-color: red;
	border-style: solid;
	border-width: 1px;
	margin-bottom: 3px;
}

input.submit {
	background-color: #FFCC11;
	color: black;
	font-weight: bold;
	font-size: 7.5pt;
	border-style: outset;
	border-left: solid 1px #FFBB00;
	border-top: solid 1px #FFBB00;
	border-right: solid 1px #DD7700;
	border-bottom: solid 1px #DD7700;
	margin: 0px 1px 3px 0px;
	padding: 0px 5px 0px 5px;
}

input.smallsubmit {
	display: inline;
	margin: 0;
	font-size: 7.5pt;
	text-decoration: none; 
	color: #DD7700;
	font-weight: bold;
	padding: 0px 2px 0px 2px;
	text-align: left;
	font-weight: bold; 
	background-color: transparent;
	border: none;
}

form textarea {
	width: 100%;
	height: 100px;
	}

.form .textlarge {
	width: 350px;
}

.form .textmedium {
	width: 200px;
}

.form .textsmall {
	width: 100px;
}


/* ------------ Site Map --------------------------------------------- */
.sitemap ul {
	padding: 0;
	margin: 0;
}

.sitemap ul li {
	display: block;
	float: left;
	width: 260px;
	margin: 5px;
	padding: 0;
	border-top: solid 1px #CBD5DB;
	border-left: solid 1px #CBD5DB;
	border-bottom: solid 1px #E2EAEF;
	border-right: solid 1px #E2EAEF;
	list-style-position: inside;	
	list-style-type: none;
}

.sitemap ul li div.pad {
	padding: 15px;
}

.sitemap ul ul {
	padding: 0;
	margin: 0;
}

.sitemap ul ul li {
	float: none;
	width: 100%;
	width: 100%;
	padding: 3px 10px 3px 10px;
	margin: 0;
	border: 0;
}

/* ------------ Miscellaneous ---------------------------------------- */
/* horizontal rule */
hr {
	color: #DDDDDD; 
	background-color: #DDDDDD;
	height: 1px;
}

/* Controls the first news item */
#newsitem1 h1 {

}

/* 'Top items' boxes on home page */
#toplists ul li div a:hover {
	color: red;
}

/* Search keyword highlight */
em.highlight {
	background-color: #FFF522;
	font-style: normal;
}

/* Strapline font styling */
.product em.strapline {
	font-style: normal;
	color: #333333;
	font-weight: bold;
	font-size: 7.5pt;
}

/* homepage top layout */
#hometop {
	margin: 15px 0 0 0;
}
#hometop .orange {
	color: #F60;
	font-weight: bold;
	padding-top: 11px;
}
#hometop .right {
	float: right;
	margin: 0 15px 15px 15px;
}
#hometop li {
	margin: 6px 0;
}

/* grey sections used on homepage */
.greybgsection {
	background: #f7f7f7;
	border:solid 1px #c0c0c0;
	border-right: none;
	border-left: none;
	padding: 5px 2px;
	margin-top:10px;
}
.greybgsection p {
	margin: 0;
	font-size: 9px;
}

/* pricing page */
#pricingTbl {
	background: #eee;
	border-top:solid 1px #BBB;
	border-bottom:solid 1px #BBB;
	padding:0 3px;
}
#pricingTbl p {
	font-size:10px;
	margin:3px 0;
}
#pricingTbl b {
	font-size:11px;
	padding: 0 0 15px 0;
}
#pricingTbl .innerbox {
	margin-bottom:10px;
	border-top:solid 1px #fff;
}
#pricingTbl .left {
	position:relative;
	top:0;
	left:0;
}
#pricingTbl .right {
	position:relative;
	top:0;
	right:0;
}



/*
------------------------------------------------------------------------
ADVANCED CHANGES
These styles should not need to be changed - such as element 
positioning and padding that most stores would not need to alter
------------------------------------------------------------------------
*/
/* ------------ Boxes ------------------------------------------------ */
.boxheader {
	margin: 15px 0px 0px 0px;
}

.pad_shortformat {
	padding: 20px;
}

div.spacer {
	display: block; 
  	clear: both;
	height: 0px;
}

/* ------------ Forms ------------------------------------------------ */
form { 
	margin: 0; 
	display: inline;
	padding: 0;
}

.inputform {
	margin-bottom: 12px;
	zoom: 100%; /* To fix IE 'invisible text' rendering bug (http://archivist.incutio.com/viewlist/css-discuss/57305) */
}

.inputform label {
	width: 180px;
	float: left;
}

.inputform label.checklabel {
	width: auto;
	float: none;
}

.inputform div {
	float: left;
	margin-bottom: 5px;
}

.inputform br {
	display: block;
	clear: both;
}

.inputform input.submit {
	margin-left: 180px;
	width: auto;
}

.inputform input {
	width: 180px;
	padding: 2px;
}

input.radio, input.checkbox {
	border-style: none;
	background-color: transparent;
	display: inline;
	width: 20px;
}

.column2 {
	padding-left: 180px;
	margin-bottom: 20px;
	width: auto;
}

textarea { 
	width: auto; 
}

/* use when creating 2 columns */

.leftcolumn {
	float: left;
	width: 260px;
	margin: 0 10px 0 0;

}
.rightcolumn {
	float: right;
	width: 260px;
	margin: 0 0 0 10px;

}


/* ------------ Miscellaneous ---------------------------------------- */
.nowrap {
	white-space: nowrap;
}

.imgcenter {
	margin:10px 0 10px 50px;
}
.imgleft {
	margin: 0 10px 10px 0;
	float: left;
	clear: left;
}
.imgright {
	margin: 0 0 10px 10px;
	float: right;
	clear: left;
}
.right {
	float:right;
}
.left {
	float:left;
}

/* horizontal rule */
hr { 
	height: 1px; 
	border-width: 0; 
}

/* apply border to these images */
.imgstyle {
	margin: 0 0 10px 10px;
}

/* By default disable all borders on images */
img {
	border: none;
}