@charset "UTF-8";

.submitbutton{
	border: none;
	background-color:#d90009;
	color:#FFFFFF;
	width:100px;
	height:20px;
}

.image{

}

.title{
	font-weight:bold;
}

.cms{
	text-align:right;
	font-size:smaller;
	background-color:#999999;
	cursor: move;
}
.cms a{
	color: #FFFFFF;
	text-decoration:none;
	cursor:pointer;
}
.cms a:hover{
	color: #CCCCCC;
	cursor:pointer;
}
.helptext{
	color: #333333;
}

.desc{

}

.form{
	text-align:right;
}
.form select{

}

.morelink{
	text-align:right;
}

#sortlist {
	list-style: none;
	/* border: 5px #d90000 solid; */
}
#sortlist li:hover {

}
#sortlist ul {
	list-style: none;
	display:block;
}
#sortlist li {
	height: 18px;
	font-size: 10px;
	padding-left:10px;
	padding-top: 7px;
	border: 3px solid #FFF;
	height: auto;
	background-color:#FFF;
}
#shopping_box{
width:502px;
height:280px;
background-image:url(/CMS/Plugins/ShoppingCart/Includes/Images/products_bg.jpg);
overflow:hidden;
}
#shopping_closelink{
position:relative;
right: 0px;
top: 0px;
width: 50px;
height:20px;
z-index: 5;
float: right;
}

/*LEFT SIDE */
#shopping_left{
width: 238px;
padding-left: 7px;
padding-top: 7px;
padding-bottom:10px;
height: 252px;
float:left;
display:inline;
}
#shopping_image{
width:220px;
height:209px;
}
#shopping_imagethumbs{
width:220px;
height: 35px;
padding-top:10px;
}
/*#bar{
width: 17px;
height: 252px;
}*/

/* RIGHT SIDE */
#shopping_right{
width:256px;
float:left;
display:inline;
height:280px;
z-index:0;
padding-top:7px;
}
#shopping_right .close {
	float: right; 
	cursor:pointer;
}
#shopping_right .close a{
	color:#999999;
	font-size:8px;
	text-decoration:underline;
}
#shopping_right .close a:hover{
	color:#666666;
}
#shopping_top{
min-height: 122px;
overflow:hidden;
}
#shopping_title{
line-height:20px;
}
#shopping_bottom{
height:159px;
}
