@charset "utf-8";
/* CSS Document */

#container {
	margin: 10px auto auto;
	width: 900px;
	height: 750px;
	background-color: #706159;
	overflow: hidden;
}

#topbar {
	background: #BA9EA3 url(../images/topbar.gif) repeat-x scroll 0 0;
	height: 47px;
}

#sidebar {
	background: transparent url(../images/sidetexture.png) no-repeat scroll 0 0;
	display: block;
	float: left;
	width: 300px;
}

#logo {
	display: block;
	float: left;
	position: relative;
	top: -28px;
	left: 18px;
	z-index: 2;
}

#sidemenu {
	background: transparent url(../images/sidemenu.gif) repeat-y scroll 0 0;
	border-left: 1px solid #584B49;
	border-right: 1px solid #584B49;
	display: block;
	float: left;
	width: 180px;
	height: 609px;
	position: relative;
	top: -50px;
	left: 70px;
	z-index: 1;
}

#content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	display: block;
	float: left;
	width: 580px;
	height: 670px;
	border-right: 2px #C19AAA dashed;
	padding-top: 10px;
	overflow: auto;
}

#bottombar {
	display: block;
	float: left;
	background: #564B45 url(../images/bottombar.gif) repeat-x scroll 0 0;
	height: 23px;
	width: 900px;
	position: relative;
	top: -60px;
	z-index: 3;
}

#bottomlinks {
	display: block;
	float: left;
	padding-top: 4px;
	padding-left: 140px;
	text-align: center;
	color: #42210B;
	width: 540px;
}

#bottomlinks a {
	text-decoration: none;
	color: #000;
}

#designed {
	display: block;
	float: right;
	padding-top: 4px;
	padding-right: 5px;
	font-size: 10px;
	color: #000;
	position: relative;
}

#designed a {
	text-decoration: none;
	color: #000;
}

/**
 *	sidebar classes
 */

.side_header {
	background: transparent url(../images/sideheader.gif) repeat-y scroll 0 0;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
	font-size: 16px;
	font-weight: bold;
	color: #584B49;
	height: 20px;
	border-top: 2px solid #584B49;
	border-bottom: 2px solid #584B49;
}

.side_item {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
	font-size: 16px;
	font-weight: bold;
	height: 20px;
}

.side_item a {
	text-decoration: none;
	color: #FFF;
}

.border {
	border-bottom: 1px solid #BA9EA3;
}

/**
 *
 */

#content h1 {
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
}

#content p {
	text-align: left;
	line-height: 1.3em;
	font-size: 14px;
	color: #000000;
	margin-bottom: 15px;
}

#pagination {
	text-align: center;
	padding-top: 10px;
}

.add2basket {
	background: url(../images/add2basket.gif) repeat-y scroll 0 0;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 13px;
	border: 1px solid #BA9EA3;
	width: 101px;
}

.updbasket {
	background: transparent url(../images/add2basket.gif) repeat scroll center center;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 13px;
	border: 1px solid #BA9EA3;
	width: 70px;
}

.checkout {
	background: url(../images/add2basket.gif) repeat-y scroll 0 0;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 13px;
	border: 1px solid #BA9EA3;
	width: 101px;
}

#basket {
	width: 578px;
	border: 1px solid #BA9EA3;
}

#basket td {
	border: 1px solid #BA9EA3;
	text-align: center;
}

#basket h1 {
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}

#basket p {
	text-align: left;
	line-height: 1.2em;
	font-size: 12px;
	color: #000000;
	margin-bottom: 15px;
}
.added_result {
	font-size:10px;
	color:#FFF;
	position:absolute;
	top:-12px;
}
.add_result a {
	font-size:12px;
	color:#FFF;
	text-decoration:underline;
}
.add_result a:hover {
	text-decoration:none;
}
.checkout, .updbasket, .add2basket {
cursor:pointer;
}
.smaller_white_title {
text-align: center !important;
font-size: 18px !important;
font-weight: bold !important;
color: #FFFFFF !important;

}
.white_title {
text-align: center !important;
font-size: 24px !important;
font-weight: bold !important;
color: #FFFFFF !important;
}
.white_text {
font-size: 14px !important;
color: #FFFFFF !important;
}
.black_text {
color:#000 !important;
font-size: 14px !important;
}
.black_bold_text {
font-weight: bold !important;
color:#000 !important;
font-size: 16px !important;
}