/*
	Add on CSS document
	MINI CART
*/


/* STORE - Sidebox */
#wrapper #middle #main .store_sidebox {
	width: 268px;
	height: auto;
	display: block;
	position: relative;
	margin: 0px 0px 0px 24px;
	padding: 0px;
}
#wrapper #middle #main .store_sidebox h1 {
	position: relative;
	margin: 0;
	padding: 0px 0px 9px 0px;
	text-indent: -9000px;
	font-size: 0px;
	line-height: 0px;
}
#wrapper #middle #main .store_sidebox h1.yourbasket {
	width: 163px;
	height: 17px;
	background: transparent url(../images/heading_store_basket.png) 0 0 no-repeat;
}
#wrapper #middle #main .store_sidebox h1.bestsellers {
	width: 166px;
	height: 17px;
	background: transparent url(../images/heading_store_bestsellers.png) 0 0 no-repeat;
}


#wrapper #middle #main .store_sidebox .store_sidebox_top {
	background: transparent url(../images/store_sidebox_top.gif) 0 0 no-repeat;
	width: 268px;
	height: 10px;
	position: relative;
}
#wrapper #middle #main .store_sidebox .store_sidebox_bottom {
	background: transparent url(../images/store_sidebox_bottom.gif) 0 0 no-repeat;
	width: 268px;
	height: 10px;
	position: relative;
}
#wrapper #middle #main .store_sidebox .store_sidebox_middle {
	background: transparent url(../images/store_sidebox_middle.gif) 0 0 repeat-y;
	width: 268px;
	height: auto;
	position: relative;
}
/* Minimum height hack to create min height on ALL browsers */
*>#wrapper .store_sidebox_middle .store_sidebox_middle_content {
	padding-top: 0px;
	min-height: auto;
}
* html #wrapper .store_sidebox_middle .store_sidebox_middle_content {
	/* IE5Mac filter \*/
	height: auto;
	/* end filter */
}

#wrapper #middle #main .store_sidebox .store_sidebox_middle .store_sidebox_middle_content {
	padding: 8px 0px 0px 0px;
	/*margin: 0px 19px 0px 19px;*/
	margin: 0px auto 0px auto;
	width: 232px;
	height: auto;
	position: relative;
	display: block;
}

#wrapper #middle #main .store_sidebox .store_sidebox_middle .store_sidebox_middle_content_items {
	color: #3184bf;
}

#wrapper #middle #main .store_sidebox .store_sidebox_middle .store_sidebox_middle_content h2 {
	font-family: "Georgia", sans;
	font-size: 13px;
	line-height: 14px;
	color: #15233e;
	margin: 0;
	padding: 0px 0px 4px 0px;
	position: relative;
	font-weight: bold;
}
#wrapper #middle #main .store_sidebox .store_sidebox_middle .store_sidebox_middle_content p {
	font-family: "Georgia", sans;
	font-size: 10px;
	line-height: 12px;
	color: #15233e;
	margin: 0;
	padding: 4px 0px 0px 0px;
	position: relative;
	font-weight: normal;
}
#wrapper #middle #main .store_sidebox .store_sidebox_middle .store_sidebox_middle_content .store_sidebox_middle_content_buttons {
	position: absolute;
	width: auto;
	height: auto;
	right: 0px;
	bottom: 0px;
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#wrapper #middle #main .store_sidebox .store_sidebox_middle .line {
	width: 100%;
	position: relative
	clear: both;
	height: 5px;
	font-size: 5px;
	line-height: 5px;
	background-color: #ffffff;
}