/* - - - - - - - - - - - - - - - - - - - - -

 Title : 
 Author : 
 URL : http://

 Last Updated : 

- - - - - - - - - - - - - - - - - - - - - */

#container {
	width:840px;
}

#container form {
	margin-top:20px;
}

.options {
	height:100%;
	width:100%;
	clear:right;
	padding-bottom:10px;
}

.optionbox {
	width:250px;
	padding:0 7px;
	float:left;
}

.dropdownselect {
	width:200px;
}

.optionbox li {
	width:240px;
}

.optionbox h3 {
	font:15px;
	padding:0;
	margin:0 0 3px 0;
}

.colorlabels label {
	float:left;
	margin:0;
	padding:0;
}

.colorlabels label:hover {
	opacity:0.9;
	cursor:pointer;
}

.colorcheck {
	margin:14px;
	border:0;
	float:left;
	padding:0;
}

.colorcheck:hover {
	cursor:pointer;
}

.qualif {
	font-size:10px;
	font-weight:normal;
	color:#666;
	text-align:justify;
	margin-bottom:5px;
}

.pointer {
	cursor: pointer;
}


.sizespan:hover {
	background-color:#FFFF66;
}

.pricebox {
	background-color:#F4F4F4;
	border-bottom:#CCC 1px solid;
	border-right:#CCC 1px solid;
	margin-top:8px;
	padding:8px 6px 2px;
}

.nextbox {
	background-color:#CBFFCA;
	border-bottom:#A6D1A5 1px solid;
	border-right:#A6D1A5 1px solid;
	margin-top:4px;
	padding:8px;
}

.extrabox {
	background-color:#EDF3FE;
	border-bottom:#C0C5CF 1px solid;
	border-right:#C0C5CF 1px solid;
	margin-top:4px;
	color:#000;
	padding-top:8px;
	width:220px;
}

.extrabox h2 {
	font-size: 13px;
	font-weight: normal;
	padding:0;
	margin:0;
	text-align:justify;
	width:200px;
	color:#000;
}


/* Tooltip CSS */

#dhtmltooltip{
position: absolute;
color:#000;
font:20px;
text-align:center;
border: 0;
padding: 2px;
background-color:#FFFF66;
visibility: hidden;
z-index:100;
}

/* ZURB HR CSS - http://www.zurb.com/article/277/3-ways-to-add-depth-to-any-website-with-c */

hr {
	margin: 17px 0 18px;
	height: 0;
	clear: both;
	border: solid #ddd;
	border-width: 1px 0 0;
	border-top:  1px solid #fff;  /*these two borders can be flipped to give the hr tag more "pop" */
	border-bottom: 1px solid #ddd; 
	}

.hrinvert {
	margin: 17px 0 18px;
	height: 0;
	clear: both;
	border: solid #ddd;
	border-width: 1px 0 0;
	border-top:  1px solid #ddd;   /*these two borders can be flipped to give the hr tag more "pop" */
	border-bottom: 1px solid #fff;
	}

/* ZURB	BUTTON CSS - http://www.zurb.com/article/266/super-awesome-buttons-with-css3-and-rgba */

	.awesome, .awesome:visited {
		background: #333 url(../images/alert-overlay.png) repeat-x; 
		display: inline-block; 
		padding: 5px 10px 6px; 
		color: #fff; 
		text-decoration: none;
		-moz-border-radius: 5px; 
		-webkit-border-radius: 5px;
		-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
		-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
		text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
		border-bottom: 1px solid rgba(0,0,0,0.25);
		position: relative;
		cursor: pointer;
		opacity: 0.9;
	}

	.awesome:hover							{ background-color: #111; color: #fff; }
	.awesome:active							{ top: 1px; }
	.small.awesome, .small.awesome:visited 			{ font-size: 11px; padding: ; }
	.awesome, .awesome:visited,
	.medium.awesome, .medium.awesome:visited 		{ font-size: 13px; font-weight: bold; line-height: 1; text-shadow: 0 -1px 1px rgba(0,0,0,0.25); }
	.large.awesome, .large.awesome:visited 			{ font-size: 14px; padding: 8px 14px 9px; }

	.green.awesome, .green.awesome:visited		{ background-color: #91bd09; }
	.green.awesome:hover						{ background-color: #749a02; }
	.blue.awesome, .blue.awesome:visited		{ background-color: #2daebf; }
	.blue.awesome:hover							{ background-color: #007d9a; }
	.red.awesome, .red.awesome:visited			{ background-color: #e33100; }
	.red.awesome:hover							{ background-color: #872300; }
	.magenta.awesome, .magenta.awesome:visited		{ background-color: #a9014b; }
	.magenta.awesome:hover							{ background-color: #630030; }
	.orange.awesome, .orange.awesome:visited		{ background-color: #ff5c00; }
	.orange.awesome:hover							{ background-color: #d45500; }
	.yellow.awesome, .yellow.awesome:visited		{ background-color: #ffb515; }
	.yellow.awesome:hover							{ background-color: #fc9200; }

/* Details CSS */

.deets {
	float:left;
	width:50%;
}

.deets li {
	width:100%;
}


/* Shop CSS */

.postexp {
	width:100%;
	text-align:center;
	background-color:;
/*	border-right:1px #C30026;
	border-bottom:1px #C30026;
	background-color:#FAE1E6; */
	padding: 10px 0;
	font-size:17px;
	color:#F14365;
	clear:both;
}

.addlink:hover {
	background:blue;
	color:white;
	text-decoration:none;
}

.addlink:active {
	background:white;
	color:blue;
}

.step {
		width:26px;
		margin-left:-52px;
		padding-top:5px;
		padding-left:6px;
		height:30px;
		background:#FFFF99;
		position:absolute;
		font-size:20px;
		margin-top:14px;
		-moz-background-clip:border;
		-moz-background-inline-policy:continuous;
		-moz-background-origin:padding;
		-moz-box-shadow:-3px 0px 7px 0px rgba(0, 0, 0, 0.2);
}