/**
 * COPYRIGHT NOTICE
 * This software is copyright 2006 STOLEN, INC and licensed for use by 
 * distribution from STOLEN, INC. This source code may not be redistibuted
 * without written consent from the above mentioned entity.
 * 
 * @author Jessey White-Cinis <j@stolen.la>
 * @date 2006-11-29
 * @copyright 2006 Stolen, Inc
 * @package daytrips
 */
 
body {
    margin: 0px;
    padding: 0px;
    background: white;
    font: 11px/20px Arial,Verdana,Helvetica,Sans-Serif;
    color: #333333;
    min-width: 700px;
}

* html span {
	line-height: 1em;
}

p { margin: 2px 0px 10px 0px; }
b, strong { font-weight: bold; }

a:link, a:visited {
    text-decoration: none;
    color: #9fd2ff;
	margin: 0px;
	padding: 0px;
}

a:hover {
    color: #43CBD4;
}

.clear { clear:both; }

h2 {
	display: block;
	margin: 20px 0px 10px 0px;
	padding: 0px;
}

h3 {
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	font-size: 11px;
	color: #666666;
}

form {
	margin: 0px;
	padding: 0px;
}


button.checkout {
	border: none;
	margin: 0px;
	padding: 0px;
	cursor: hand;
	background: url("../images/btn-checkout.png") no-repeat;
	width: 104px;
	height: 13px;
}
button.checkout span { display: none; }

* html button.checkout {
    background: transparent;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/assets/images/btn-checkout.png',sizingMethod='scale');
}


/* FRAMEWORK ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

#wrap {
	width: 700px;
	margin: 10px 40px 40px 40px;
}

#brand {
	text-align: right;
	padding: 0px 0px 8px 0px;
}

#top {
	position: relative;
	width: 700px;
	height: 369px;
	border-top: 1px solid black;
}

#top #logo {
	position: absolute;
	top: 40px;
	right: 0px;
}

#top #checkout {
	position: absolute;
	bottom: 8px;
	right: 0px;
	width: 104px;
	height: 13px;
	margin: 0px;
	padding: 0px;
}


#info, #contact {
	font-weight: bold;
}

#info a:link, #info a:visited { color: #333333;	}
#info p:hover a:link, #info p:hover a:visited { text-decoration: underline; }
#info p:hover a:hover { color: #43CBD4; }

#contact {
	margin: 20px 0px 0px 0px;
	border-top: 1px solid black;
}

#contact-desc {
	margin-right: 70px;
	width: 370px;
	float: left;
}

#contact-address {
	width: 200px;
	float: left;
}

#contact-emails {
	margin: 20px 0px 30px 0px;
}

#contact ul { margin:0px; padding:0px; }
#contact li {
	list-style: none;
	margin: 0px 20px 0px 0px;
	padding: 0px;
	width: 200px;
	float: left;
}

/* SHOPPING CART ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

#cart {
	display: none;
	position: fixed;
	width: 700px;
	height: 30px;
	left: 40px;
	bottom: 0px;
	background-color: #333333;
	border-top: 1px solid white;
}

* html #cart { position: absolute; }


/* DESIGNS ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

#designs {
	font-weight: bold;
}

#designs ul { margin:0px; padding:0px; }
#designs ul li {
	margin:0px;
	padding:0px;
	list-style: none;
	border-top: 1px solid black;
}

#designs ul li.last-node {
	border-bottom: 1px solid black;
}

#design .design-button {
	height: 109px;
	width: 700px;
	overflow: hidden;
}

#designs .details {
	height: 400px;
	width: 700px;
	background: black;
	color: white;
}

#designs #angola .details { background: #333333; }
#designs #botswana .details { background: #41B9D4; }
#designs #burundi .details { background: #743150; }
#designs #mozambique .details { background: #CCC8C4; }
#designs #zambia .details { background: #949299; }

#designs .detail-image {
	width: 400px;
	height: 400px;
	overflow: hidden;
	float: left;
}

#designs .detail-info {
	position: relative;
	margin: 0px 0px 0px 0px;
	padding: 0px 30px 0px 0px;
	width: 240px;
	height: 400px;
	float: right;
}

* html #designs .detail-info { width: 240px; }

#designs .detail-info h2 {
	margin: 30px 0px 10px 0px;
	padding: 5px 0px 10px 0px;
	font-size: 15px;
	line-height: 1em;
	font-weight: bold;
	border-bottom: 1px solid white;
}

#designs .detail-price {
	font-size: 21px;
	line-height: 1em;
	font-weight: bold;
}

#designs .detail-buy {
	padding: 10px 0px;
	border-bottom: 1px solid white;
}

#designs button.addtocart {
	margin: 10px 0px 0px 0px;
	font-size: 10px;
}

#designs .thumbs {
	position: absolute;
	bottom: 20px;
	left: 0px;
	margin: 10px 0px 0px 0px;
	border-top: 1px solid white;
	padding: 10px 0px 0px 0px;
	width: 240px;
	overflow: hidden;
}

#designs .thumbs ol {
	margin: 0px;
	padding: 0px;
	width: 250px;
}

#designs .thumbs ol li {
	list-style: none;
	margin: 0px 10px 10px 0px;
	padding: 0px;
	width: 38px;
	height: 38px;
	overflow: hidden;
	border: 1px solid white;
	float: left;
	background: url("../images/bg-thumb.gif") no-repeat;
}


