.contentheading{
	height:auto;
	padding-top: 3px;
}

.csshover{
	background-image:url('/store/img/temp2.jpg');
	overflow:visible;
	background-repeat:no-repeat;
	
}
.storecontent{
	width:948px;
	height:900px;
}
.smallelement{
	height:140px;
	float:left;
	margin-right:3px;
	background-position:bottom left;
	background-repeat: no-repeat;
	font-family: 'ProximaNova',Helvetica;
}
.smallelement .d1{
	height: 35px;
	text-align:center;
}
.leftlist{
	width:210px;
	clear: both;
	margin-top:10px;
}
.listcontents{
	width:729px;
	float: right;
	margin-left:2px;
	margin-top:10px;
	overflow:visible;
	height:auto;
	clear:right;
}
.imgTopologia{
    border: none;
    float: right;
    margin-bottom: 10px;
	cursor:pointer;
}
.italicText{
	font-style:italic;
}
.niceSelect{
	border:none;
	font-family:'ProximaNovaLight',Helvetica;
	font-size:12px;
	color:#000000;
	height:28px;
	padding-top:5px;
	padding-left: 3px;
	background: none repeat scroll 0 0 transparent;
	-webkit-appearance: none;
}
.niceSelectDiv{
	background:url('/store/img/selectArrow.png') no-repeat right;
	overflow: hidden;
	border:#DDDDDD 1px solid;
	height:28px;
	width:150px;
	clear:none;
}
.itemListTable{
	border:none;
	margin:0px;
	margin-bottom:-18px;
	width:730px;	
}
.itemListTable thead tr{
	height:45px;
}
.itemListTable thead td{
	font-family:'ProximaNovaRegular',Helvetica;
	font-size:12px;
	font-weight:bold;
	text-align:center;
	background:url('/store/img/topbar.png') no-repeat;
}
.itemListTable tbody td{
	height:30px;
	padding:5px;
	padding-left:10px;
	background-color:transparent;
	font-size:12px;
}
.itemListTable tbody .bottombar{
	height:45px;
}
.lateralMenu{
	padding-left:10px;
	height:18px;
	margin-bottom:10px;
	font-weight:bold;
	cursor:pointer;
}

.lateralMenu li{
list-style-image: url('/store/img/smalltriangle.png');
list-style-position: outside;
}
.logindiv a{
	color: #4C6600;
	text-decoration: underline;
}
.logindiv a:hover{
	text-decoration: none;
}
.loginlink{
	color: #4C6600;
	text-decoration: underline;
}
.loginlink:hover{
	text-decoration: none;
}
.logindiv1{
	width: 90px;
	float: left;
	clear: both;
	height: 30px;
	margin-bottom: 5px;
	font-size: 14px;
	font-weight: bold;
	font-family:'ProximaNovaLight',Helvetica;
}
.logindiv2{
	width: 200px;
	float: left;
	clear: none;
	height: 30px;
	margin-bottom: 5px;
	font-family:'ProximaNovaLight',Helvetica;
}
.logindiv4{
	width: 450px;
	float: left;
	clear: none;
	height: 30px;
	margin-bottom: 5px;
	font-family:'ProximaNovaLight',Helvetica;
	display:table;
}
.logindiv3{
	width: 230px;
	float: left;
	text-align: right;
	clear: both;
	margin-bottom: 5px;
	font-family:'ProximaNovaLight',Helvetica;
}
.buyButton{
	margin:auto;
	margin-left: 5px;
	margin-right: 5px;
	border: none;
}
.miniSubtottal{
	width: 70px;
	padding-right: 10px;
	font-size: 14px;
	clear: none;
	float:left;
}
.fullDiv{
	width: 700px;
	padding:15px;
	display: table;
	min-height: 20px;
}
.addCart{
	margin:auto;
	border:none;
	cursor:pointer;
}
textarea{
	font-family:'ProximaNovaLight',Helvetica;
	font-size: 14px;
	border: none;
}
.checkout input{
	height: 26px;
	border: none;
	font-family:'ProximaNovaLight',Helvetica;
	font-size: 14px;
}
select{
	font-family:'ProximaNovaLight',Helvetica;
	font-size: 14px;
}
.gradientBack__{
	/* IE10 Consumer Preview */ 
background-image: -ms-linear-gradient(bottom, #FFFFFF 0%, #EFEFEF 100%);

/* Mozilla Firefox */ 
background-image: -moz-linear-gradient(bottom, #FFFFFF 0%, #EFEFEF 100%);

/* Opera */ 
background-image: -o-linear-gradient(bottom, #FFFFFF 0%, #EFEFEF 100%);

/* Webkit (Safari/Chrome 10) */ 
background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #FFFFFF), color-stop(1, #EFEFEF));

/* Webkit (Chrome 11+) */ 
background-image: -webkit-linear-gradient(bottom, #FFFFFF 0%, #EFEFEF 100%);

/* W3C Markup, IE10 Release Preview */ 
background-image: linear-gradient(to top, #FFFFFF 0%, #EFEFEF 100%);
}