/***********************************************************
Global CSS for Smiggle :: Davide L Rizzo :: Created 20/05/08
***********************************************************/

@import "/css/reset.css";
@import "/css/header.css";
@import "/css/nav.css";
@import "/css/footer.css";


/* Global Tags 
**************************/

html, body { width:100%; height:100%; }

body {
	margin: 0;
	font-size: 80%;
	font-family: Arial, sans-serif;
	background: #f9f0ec;
	color: #DDD;
}


h1, h2, h3, h4, h5, h6 {
	margin: 1em 0 0.3em 0;
	font-weight: bold;
	color: white;
}

h1 {
	margin-top: 0;
	font-weight: normal;
	font-size: 200%;
}

h2 {
	font-size: 130%;
}

h3 {
	text-transform: uppercase;
	font-weight: bold;
	border-bottom: dashed 1px #666;
}

h4 {
	color: #f2c562;
	margin: 0;
	padding: 0;
	font-weight: normal;
}


p {
	margin-bottom: 1em;
}

ul {
	margin: 0 0 1em 2em;
}

ol {
	margin: 0 1em 1.5em 2.2em;
}

li {
	margin-bottom: 0.3em;
}

dl {

}

dt {
	font-weight: bold;
	text-transform: uppercase;
	clear: left;
	color: white;
}

dd {
	margin: 0.3em 0 1.3em 0;
	clear: left;
}

a {
	color: #87a9d7;
	text-decoration: none;
}

a:hover, a:focus, a:active {
	color: #7cd2ff;
	text-decoration: underline;
	outline: none;
}

a img {
	border: none;
}

p {

}

p a {
	text-decoration: underline;
}

p a:hover, p a:focus, p a:active {
	text-decoration: none;
}

/* Use this tag for special words which needs capitalisation,  */
/* add a title to further explain its meaning.   */
acronym, abbr {
	text-transform: none;
	cursor: help;
	border-bottom: dotted 1px #444;
}

hr {
	border: none;
	border-top: solid 1px #444;
	margin: 1.8em 2em;
}

blockquote {
	padding: 0 2em 1em 2em;
}

pre {
	font-size: 140%;
	_font-size: 100%;
}


table {
	margin-bottom: 1.5em;
	border-top: solid 1px #333;
	border-left: solid 1px #333;
	border-bottom: solid 1px #333;
	background: #202020;
}

table caption {
	text-align: left;
	font-size: 110%;
	margin-top: 1.2em;
	padding-bottom: 0.3em;
	font-weight: bold;
	text-transform: uppercase;
	color: white;
	font-size: 90%;
}

table th {
	border-bottom: solid 1px #333;
	font-weight: bold;
	text-align: left;
	background: #424242;
	color: #f2c562;
	text-transform: uppercase;
}

table td, table th{
	border-right: solid 1px #333;
	margin: 0;
	padding: 0.2em 0.7em;
	vertical-align: top;
}

table td.currency {
	text-align: right;
	white-space: nowrap;
}

table td.odd {
	background: #292929;
}

table.reciept {
	width: 100%;
}

/* unstlyled tables */
table.blank,
table.blank th,
table.blank td,
table.blank td.odd {
	border: none;
	background: none;
	color: #DDD;
}


/* Wrapper Classes
************************************/
#middle {
	position: relative;
	margin: 0 auto;
	width: 980px;
	_width: 990px;
}

.frame {
	width: 980px;
	background: black url(/images/global/frame_bg.gif) top left repeat-y;
}

.frame-top {
	background: url(/images/global/frame_top.jpg) top left no-repeat;
}

.frame-bottom {
	background: url(/images/global/frame_bottom.jpg) bottom left no-repeat;
	padding: 22px 22px 38px 24px;
}


/* Content adjustment with lefthand nav */
.frame.withnav {
	margin-left: 200px;
	width: 780px;
	background: black url(/images/global/frame_bg_withnav.gif) top left repeat-y;
}

.frame.withnav .frame-top {
	background: url(/images/global/frame_top_withnav.jpg) top left no-repeat;
}

.frame.withnav .frame-bottom {
	background: url(/images/global/frame_bottom_withnav.jpg) bottom left no-repeat;
}

.frame.withnav .frame-inner-top {
	width: 732px;
	height: 30px;
	display: block;
	background: url(/images/global/frame_inner_top.jpg) 4px 0 repeat-x;
}

.frame.withnav .frame-inner-bottom {
	width: 732px;
	height: 30px;
	display: block;
	background: url(/images/global/frame_inner_bottom.jpg) 0 0 repeat-x;
}



#content {
	position: relative;
}

.withpadding {
	margin: 10px 15px;
	
}



/* Common Classes
************************************/

/* Special text (ie, Sale, sold out, reduced price etc...) */
.special {
	color: #e51e8a;
	font-weight: bold;
}

/* All phone numbers format */
.phone {
	white-space: nowrap;
	color: #f8de83;
}

ul.linklist {
	list-style-image: url(/images/global/arrow_bullet_right_grey.gif);
}

.screenreader {
	position: absolute;
	top: -10000px;
	left: -10000px;
}


/* Break, splits content and pins backgrounds */
.break {
	clear: both;
}


/* A boxlink is <a> tag which contains multiple elements */
.boxlink {
	display: block;
	border: dashed 1px #d1d7e0;
	background: #f3f4f6;
}
.boxlink:hover, .boxlink:focus, .boxlink:active {
	border: solid 1px #d1d7e0;
	background: #edf1f6;
	text-decoration: none;
}

.captiondesc {
	font-size: 80%;
	font-weight:normal;
	
}
	


/* Search Bar */

#search-bar input {
	border: solid 1px #666;
	background: #f3f3f3;
	height: 1.4em;
}


#search-bar input:focus { 
	background: #fce7a7;
	border: solid 1px #e9b638;
}


#search-bar .button.short {
	cursor: pointer;
	margin: 0 0 0 0;
	height: 25px;
	border: none;
	padding: 0;
	color: black;
	text-align: center;
	width: 62px;
	background: url(/images/global/button_short_transparent.gif) no-repeat 0px 0px;
}

#search-bar .button.short:hover,
#search-bar .button.short:focus,
#search-bar .button.short:active {
	background: url(/images/global/button_short_transparent.gif) no-repeat 0px -25px;
	*background: url(/images/global/button_short_transparent.gif) no-repeat; /* fix IE6 peekaboo bug */
	border: none;
	outline: none;
		color: #404040;
		text-decoration: none;
}

