/* 
========================================================================
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;
}

p {
	padding: 6px 0 8px 0;
	margin: 0;
}

blockquote {
	white-space: normal;
	font-family: "Courier New", courier;
	padding: 10px;
	margin: 10px 0px 10px 0px;
	background-color: #F7F7F7;
	color: #00AA00;
	border-left: solid 3px #CCCCCC;
}

/* Headings and Text */
h1 {
	display: block;
	font-size: 13.5pt;
	letter-spacing: -1px;
	font-weight: bold;
	color: #FF4400;
	margin: 0 0 10px 0;
	padding: 0;
}

.tab-container strong {
	display: block;
	font-size: 13.5pt;
	letter-spacing: -1px;
	font-weight: bold;
	color: #FF4400;
	margin: 0 0 10px 0;
	padding: 0;
}

h2 {
	font-size: 9pt;
	color: #004488;
	margin: 0px 0px 10px 0px;
}

h3 {
	font-size: 8pt;
}

h4 {
	font-size: 7.5pt;
	color: #FF4400;
	margin: 1px 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 {
	text-align: right;
}


/* Hyperlinks */
a:link, a:visited {
	text-decoration: none; 
	color: #0055CC;
	font-weight: bold;
}

a:hover	{
	text-decoration: none; 
	color: red;
	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;
	background-color: #FFEAE2;
	background-image: url(../templateimages/back_fade_red.png);
	background-repeat: repeat-x;
	border-right: solid 1px #FFBBBB;
	border-bottom: solid 1px #FFBBBB;
	padding: 12px;
	margin-bottom: 15px;
	color: red;
}

.announcement {
	display: block;
	background-color: #ddffdd;
	background-image: url(../templateimages/back_fade_green.png);
	background-repeat: repeat-x;
	border-right: solid 1px #66dd66;
	border-bottom: solid 1px #66dd66;
	padding: 12px;
	margin-bottom: 15px;
	color: green;
}

.notice {
	display: block;
	background-color: #F2F7FF;
	background-image: url(../templateimages/back_fade_general.png);
	background-repeat: repeat-x;
	border-right: solid 1px #CCDDFF;
	border-bottom: solid 1px #CCDDFF;
	padding: 12px;
	margin-bottom: 15px;
}


/* Products */
.products .minprice {
	color: Red;
}

.halfpage {
	width: 260px;
	float: left;
	margin-bottom: 15px;
}

.leftpage {
	width: 315px;
	float: left;
	margin-bottom: 15px;
}

.rightpage {
	width: 200px;
	float: right;
	margin-bottom: 15px;
}

.backfade {
	background-image: url(../templateimages/back_fade_ua.png);
	background-repeat: repeat-x;
	clear: both;
}

.dlinfo {
	padding: 5px 0px 0px 0px;
	font-size: 7.5pt;
}

.frontbox {
	width: 546px;
	height: 150px;
	margin-top: 10px;
}

.frontbox .pad {
	height: 85px;
	float: left;
	width: 160px;
}

/* ------------ 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;
}

#userarea {
	background-image: url(../templateimages/back_fade_ua.png);
	background-repeat: repeat-x;
	clear: both;
	margin: 22px 0 10px 0;
}

#userarea a {
	display: block;
	font-size: 7.5pt;
	margin-top: 3px;
}

/* Tables */
table {
	border-collapse: collapse;
	width: 100%;
	border-right: solid 1px #CCDDFF;
	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: #ECECF4;
	background-image: none;
}


table td, table th {
	padding: 5px;
	font-size: 7.5pt;
}

table th {
	text-align: left;
	background-image: url(../templateimages/back_fade_general.png);
	background-repeat: repeat-x;
	color: #FF4400;
}

table td strong {

}


/* KB table */
.kb table {
	border-right: none;
	border-bottom: none;
}

.kb table tr {
	background: none;
}

div.kb {
	background-image: url(../templateimages/back_fade_ua.png);
}

.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;
}

.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;
}

.rightpage p {
	padding-top: 8px;
	border-top: dashed 1px #8899CC;
	font-size: 7pt;
	color: #555555;
}

/* ------------ Knowledgebase ------------------------- */

#knowledgebase .padabit {
	padding: 1px 0px 3px 0px;
	}

#knowledgebase .smallcolumn {
	width: 40px;
	}

#knowledgebase .midcolumn {
	width: 120px;
	}

#knowledgebase .colour1 {
	color: #FF0000;
	font-size: 8pt;
	}

#knowledgebase .colour2 {
	color: #009900;
	font-size: 8pt;
	}

#knowledgebase .colour3 {
	color: #003399;
	font-size: 8pt;
	}

#knowledgebase .v3 {
	display: inline;
	background-color: #FFCC55;
	color: red;
	font-size: 7pt;
	font-weight: bold;
	padding: 0px 3px 0px 3px;
	border-right: solid 1px #FF5500;
	border-bottom: solid 1px #FF5500;
	margin-left: 3px;
}

#knowledgebase .v4 {
	display: inline;
	background-color: #33BB33;
	color: white;
	font-size: 7pt;
	font-weight: bold;
	padding: 0px 3px 0px 3px;
	border-right: solid 1px #115511;
	border-bottom: solid 1px #115511;
	margin-left: 3px;
}

#knowledgebase .v5 {
	display: inline;
	background-color: #5566CC;
	color: white;
	font-size: 7pt;
	font-weight: bold;
	padding: 0px 3px 0px 3px;
	border-right: solid 1px #334477;
	border-bottom: solid 1px #334477;
	margin-left: 3px;
}

#knowledgebase .v6 {
	display: inline;
	background-color: #FF0000;
	color: white;
	font-size: 7pt;
	font-weight: bold;
	padding: 0px 3px 0px 3px;
	border-right: solid 1px #550000;
	border-bottom: solid 1px #550000;
	margin-left: 3px;
}

#knowledgebase .CEM {
	display: inline;
	background-color: #FF7700;
	color: white;
	font-size: 7pt;
	font-weight: bold;
	padding: 0px 3px 0px 3px;
	border-right: solid 1px #FF0000;
	border-bottom: solid 1px #FF0000;
	margin-left: 3px;
}

#knowledgebase .datatool {
	display: inline;
	background-color: #999999;
	color: white;
	font-size: 7pt;
	font-weight: bold;
	padding: 0px 3px 0px 3px;
	border-right: solid 1px #666666;
	border-bottom: solid 1px #666666;
	margin-left: 3px;
}

#knowledgebase table td {
	font-size: 8pt;
}

/* ------------ comparison ------------------------- */

#compare .compareimg {
	float: left;
	margin: 0 6px 1px 0;
}

#compare .pro {
	display: inline;
	background-color: #FF4400;
	color: white;
	font-size: 7pt;
	font-weight: bold;
	padding: 0px 3px 0px 3px;
	border-right: solid 1px #993300;
	border-bottom: solid 1px #993300;
}

#compare .halfcolumn {
	width: 50%
}

#compare table {
	margin-top: 16px;
}

#compare td {
	padding: 12px;
}

#compare th {
	padding-left: 12px;
}


/* ------------ orderform ------------------------- */

#orderform td {
	padding: 5px 6px 3px 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;
	font-size: 8pt;
}


/*
------------------------------------------------------------------------
SPECIFIC ELEMENTS
------------------------------------------------------------------------
*/

/* ------------ Forms ------------------------------------------------ */
select, input, textarea {
	font-weight: normal;
	color: #224466;
	background-color: #ccccdd;
	border-color: #cccccc;
	border-style: inset;
	border-width: 1px;
	margin-bottom: 3px;
	padding-right: 2px;
}

select:focus, input:focus, textarea:focus {
	font-weight: normal;
	color: black;
	background-color: #F3F8FF;
	border-style: outset;
	border-left: solid 1px #224466;
	border-top: solid 1px #224466;
	border-right: solid 1px #CCDDFF;
	border-bottom: solid 1px #CCDDFF;
	padding-left: 2px;
	padding-right: 0px;
	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;
}

.backfade .textsmall {
	width: 100px;
}

.priceright {
	float: right;
	color: #008000;
	font-weight: bold;
	font-size: 9pt;
}


/*
------------------------------------------------------------------------
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: 1px;
	margin: 0;
	padding: 0;
}

/* ------------ Forms ------------------------------------------------ */
form { 
	margin: 0; 
	display: inline;
	padding: 0;
}

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; 
}

/* ------------ Miscellaneous ---------------------------------------- */
.nowrap {
	white-space: nowrap;
}

/* horizontal rule */
hr { 
	height: 1px; 
	border-width: 0; 
}

/* By default disable all borders on images */
img {
	border: none;
}

