/* Styles for shopCQK.com website 
Developed by des at webandflowdesign dot com*/

* {
	padding: 0;
	margin: 0;
	outline: 0;
}

body {
	background: #fff url(../assets/i/bg.png) top left repeat-x;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
}

p {
	margin: 0px 0px 10px 0px;
}

a {
	color: #20807d;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

/* @group MAJOR DIVS */

#main {
	width: 866px;
	margin: 0px auto;
	background: transparent;
}

#headerMain {
	width: 866px;
	height: 207px;
}


#headerLogo {
	background: transparent url(../assets/i/mainLogo.png) top left no-repeat;
	width: 263px;
	height: 207px;
	float:  left;
}

#headerTitle {
	background: transparent url(../assets/i/mainTitle.png) top right no-repeat;
	height: 207px;
	width: 600px;
	float: right;
	color: #5d7b7a;
}

#featureDesc {
	width: 335px;
	margin-right: 27px;
	margin-left: auto;
	margin-top: -18px;
	background: transparent;
}

#featureDesc div.price {
	display: block;
	float: left;
	font-size: 1.5em;
}

#featureDesc div.details {
	display: block;
	float: right;
	font-size: 1.2em;
	text-align: right;
}



/* @group HeaderTitleSpecific Styles */

#headerTitleText {
	width: 600px;
	margin-top: 70px;
}

#headerTitleText p {
	text-align: right;
}


/* @end */


.leftHalf {
	width: 49%;
	float: left;
}

.rightHalf {
	width: 49%;
	float: right;
}

#footer {
	margin-top: 60px;
}

/* @group My Group */

#footer a {
	color: #4b6666;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

/* @end */

#footerNav, #footerDetails {
	text-align: right;
}


/* @end */

/* @group IMG STYLES */

.featureImage {
	margin: 0px auto 25px auto;
	display: block;
	border: 0px;
}

/* @end */

/* @group Other Stuff */

#cdListing, #bookListing {
	width: 580px;
	margin: 10px auto;
	font-size: 1.2em;
	
}

#smListing {
	width:  470px;
	margin: 10px auto;
}

.cdItem {
	margin:  20px 0px 20px 0px;
}

.cdthumb {
	float:  right;
	border: 1px solid black;
	margin-left: 8px;
}

.bookthumb {
	float:  right;
	margin-left: 8px;
	border: 1px solid #bcbcbc;
}

.bookItem {
	margin-bottom: 60px;
}

.smItem {
	margin-bottom: 20px;
}

#productHeading{
	width: 580px;
	margin: 0px auto 20px auto;
	border-bottom: 1px solid black;
}

/* @end */

