/*
 * Information om style
 * Överst i stil.css finns all "orginal css"
 * Neders i css´en hittar du strukturen på sidan, det är denna du ändrar för att style om temat.
 * // Mikael Åkesson 
 */

body {
	margin:0px;
	padding:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}

h3 {
	font-size:13px;
	font-weight:bold;
}
p{
	margin-top:0;
}

a {
color:#000000;
text-decoration: none;
}

.related a {
color:#000000;
text-decoration: none;
}

.related a:hover {
color:#c0c0c0;
text-decoration: none;
}

a:hover
{
color:#c0c0c0;
text-decoration: none;
}

/* HÄR BÖRJAR STANDARD CSS */

img {
	border:0px;
}

table {
	margin:0;
	padding:0;
	border:0;
	width:100%;
	border-collapse:collapse;
	font-size:11px;
}

td.title {
	font-weight:bold;
}

/* PAGEMENU*/
#pageMenu {
	float: left;
	margin: 0;
    padding: 0;
	font-weight: bold;
}

#pageMenu ul{

	
	margin: 0;
    padding: 0;
	list-style: none;
    width: inherit;
    
}
#pageMenu ul li
{
	padding: 5px 0 9px 0;
	display: block;
	position: relative;
	float: left;
	margin-right: 5px;
    
}

#pageMenu ul li:hover
{
    background: #D4D4D4;

}

#pageMenu li ul {display: none;

}

#pageMenu ul li a
{

	display: block;
	text-decoration: none;
	padding: 6px 10px 0 10px;
	margin-left: 1px;
	white-space: nowrap;
    color: #fff;
}

#pageMenu li:hover ul
{
    margin-top: 9px;
	display: block;
	position: absolute;
    background: #d4d4d4;

}

#pageMenu li:hover ul li
{
	height: 25px;
	width: inherit;
	margin: 0;
    display: block;
    
    

}

#pageMenu li:hover li
{
    display: block;
	float: none;
	width: inherit;

}

#pageMenu li:hover li:hover a
{
	float: none;
	width: inherit;

}



#pageMenu li:hover li:hover
{
	float: none;
    display: block;
    
	
    
}
#pageMenu li:hover a
{
    display: block;
	color: #666;
}
#pageMenu li:hover li a:hover{
	background: transparent;
    text-decoration: underline;
}
/* PAGEMENU END*/


/* PRODLIST */

div.sortPrice {
	padding:5px;
	background:#f0f0f0;
}
div.sortPriceText {
	float:left;
	width:auto;
	margin-right:10px;
	font-weight:bold;
	text-transform:uppercase;
	font-size:10px;
	padding-top:4px;
}
div.sortPriceDrop {
	float:left;
	width:auto;
}

div.prodListBox {
	float: left;
	margin:5px;
	width:180px;
	height:210px;
	border:1px solid #ccc;
	color:#666;
}
div.prodListBox:hover {
	/*background:#ededed;*/
	border:1px solid #666;
	cursor:pointer;
}
div.prodListImg {
	width:140px;
	height:120px;
	margin:10px auto;
	overflow:hidden;
	text-align:center;
}
div.prodListPrice {
	width:160px;
	margin:auto;
	padding:5px 0px;
	overflow:hidden;
	border-bottom:1px dotted #ccc;
	border-top:1px dotted #ccc;
}
div.prodListName {
	width:160px;
	padding:5px 10px;
	overflow:hidden;
}

div.prodListName a{
	font-size:12px;
	color:#666;
	font-weight:bold;
	text-decoration:none;
	margin:0;
	padding:0;
}
div.prodListName a:hover{
	color:#666;
	text-decoration:none;
}

div.dottedLine{
    width: 100%;
    height: 1px;
    border-top:1px dotted #ccc;
    margin: 5px 0;
}

/* SLUT PRODLIST */



/* STYLING AV INPUTTARNA */
input[type=radio]
{
	border:none;
}
textarea
{
	border:1px solid #d9d9d9;
}
input[type=text]
{
	border:1px solid #d9d9d9;
	width:144px;
	padding:2px 3px;
	font-size:12px;
	color:#383838;
}
input[type=password]
{
	border:1px solid #d9d9d9;
	width:150px;
	font-size:12px;
	color:gray;
}
select {
	border:1px solid #d9d9d9;
}

input.campaign_code_submit{
	background:url(/newStore/img/icons/refresh.png);
	border:none;
	vertical-align:middle;
	height:16px;
	width:16px;
	cursor:pointer;
}
input.campaign_code_remove{
	background:url(/newStore/img/icons/delete.gif);
	border:none;
	vertical-align:middle;
	height:16px;
	width:16px;
	cursor:pointer;
}

/* SLUT INPUTTARNA */



/* HÄR BÖRJAR PRODUKT STILEN INNE I PRODUKTEN */
div.prodHeader {
	width:100%;
	padding:10px 0;
}
div.prodHeader h1 {
	font-size:14px;
	text-transform:uppercase;
	margin-bottom:10px;
}

div.prodImg{
	width:250px;
	float:left;
}
div.prodImgBig {
	width:250px;
	min-height:250px;
	overflow:hidden;
}
div.prodImgThumbnails {
	width:220px;
	padding:5px;
	margin:10px auto;
}
div.prodImgThumbnailsSingel {
	width:auto;
	float:left;
}
div.prodImgThumbnailsSingel:hover	{
	cursor:pointer;
	border:1px solid #ccc;
}

div.prodInfo {
	float:left;
	margin:0 0 0 10px;
	width:305px;
	min-height:280px;
	padding-left:10px;
	border-left:1px dotted #ccc;
}

div.prodPrice {
	float:left;
	height:auto;
}
span.priceText {
	font-style:italic;
	font-size:11px;
	color:#666;
}
p.priceBig {
	font-weight:bold;
	color:#080808;
	font-size:16px;
	margin:0;
}

p.originalPrice {
	font-style:italic;
	text-decoration:line-through;
	font-weight:bold;
	color:#cc0000;
	font-size:11px;
	margin:0;
}
div.addToBasket {
	float:right;
	height:auto;
}

div.prodDotted {
	width:100%;
	height:1px;
	border-top:1px dotted #ccc;
	margin:10px 0;
}

div.infoBox {
	width:100%;
	margin:5px;
}
div.infoName {
	float:left;
	font-weight:bold;
	font-size:11px;
}
div.infoVar {
	margin-left:90px;
	font-size:11px;
}

div.shortDesc {
	font-style:italic;
	font-size:11px;
	color:#999;
}
div.prodInfoDottedBox p {
	margin:0px;
	padding:0px;
}

input.amountProduct {
	width:25px;
}

input.buyButton {
	padding:3px 10px;
	background:#000;
	border:0;
	cursor:pointer;
	color:#fff;
	font-weight:bold;
	font-size:11px;
}

/* STIL FÖR KÖP-DIALOGRUTAN */

.ui-dialog {
    background: #666;
    opacity: 0.9;
}

.ui-dialog .ui-widget-content {
    color: white;
}

/* STYLE FÖR TIPSA EN VÄN OCH RECENSIONER */
tr.trInProduktTipReview{
	background:#f0f0f0;
	font-weight:bold;
}
/* SLUT STYLE FÖR TIPSA EN VÄN OCH RECENSIONER */


/* HÄR SLUTAR PRODUKT STILEN INNE I PRODUKTEN */

/* HÄR BÖRJAR ACCOUNT STYLE */
tr.title {
	font-weight:bold;
	font-size:10px;
}

tr.accountEven {
	background:#F4F4F4;
}
/* HÄR SLUTAR ACCOUNT STYLE */

/* HÄR BÖRJAR STYLING AV KUNDVAGNEN OCH KASSAN  */
.box_header
{
	background: url(img/box_header_r.png) no-repeat right top;

	padding-right: 10px;

	margin-right: 0px;
	font-size:10px;
}

.box_header .box_header_content
{
	background: url(img/box_header_l.png) no-repeat left top;
	height: 13px;
	padding:5px 5px 3px 10px;
	font-weight: bold;
}

div.boxCont {
	padding:5px;
	border:1px solid #d9d9d9;
	margin-bottom:10px;
	}

.cart_table
{
	border-bottom: 1px solid #d9d9d9;
	border-top: 1px solid #d9d9d9;
	margin-left: 1px;

}

.cart_table tr
{
	border-left: 1px solid #d9d9d9;
	border-right: 1px solid #d9d9d9;
}
.cart_table td
{
	padding-top: 5px;
	padding-bottom: 5px;
}

.cartTotalPay
{

	height: 28px;
	border: 1px solid #c2c2c2;
	background: url(img/cart_totals_bg.png) repeat-x;
	margin: 10px 0;
}

#cart_gotocheckout
{
	color: #187d00;
	font-weight: bold;

}
.checkout_box
{
	border:1px solid #CCCCCC;
	height:auto;

}

div.cartMessage {
	width:250px;
	float:left;
}
div.cartTotal {
	float:right;
	padding-left:10px;
	width:250px;
	margin-left:10px;
}
div.cartDotted {
	width:100%;
	height:1px;
	border-bottom:1px dotted #CCCCCC;
	margin:3px 0;

}
div.loginMessage {
	padding:10px;
	border:1px dotted #ccc;
	margin:10px 0;
}
div.loginMessage a {
	text-decoration:underline;
	font-weight:bold;
}
div.loginMessage a:hover {
	text-decoration:none;
}

/* HÄR SLUTAR AV KUNDVAGNEN OCH KASSAN  */

/* HÄR BÖRJAR TOOLTIP  */

#tooltip {
	position: absolute;
	z-index: 3000;
	width: 140px;
	border: 1px dotted #484848;
	background-color: #f8f8d1;
	font-size: 10px;
	text-align: left;
	padding: 5px;
	opacity: 0.85;
}
#tooltip h3{
	margin:0;
	font-size:12px;
	font-weight:bold;
} #tooltip div {
	margin: 0;

}

img.tooltip
{
	vertical-align: middle;

}
/* HÄR SLUTAR TOOLTIP  */

/* LOGINSIDAN */
div.loginPageBox
{
	float: left;
	width: 260px;
	margin-right: 20px;
}
div.loginPageBox a
{
	text-decoration: underline;
}
div.loginPageBox td .formlabel
{
	text-align: right;
}
/* LOGINSIDAN SLUT */

div.errorBox {
	background:#FEF1EC;
	padding:10px;
	border:1px solid #CD0A0A;
	color:#CD0A0A;
}
div.errorBox a {
	color:#CD0A0A;
	font-weight:bold;
	text-decoration:underline;
}
div.errorBox a:hover {
	text-decoration:none;
}

div.errorBox ul
{
	list-style: none;
}

div.successBox {
	width: 90%;
	padding: 10px;
	margin: 10px auto 10px auto;
	font-size: 12px;
	font-family: Tahoma;
	color: #006600;
	background:#DBFDD9;
	border: 1px solid #009900;
}

/* HÄR SLUTAR STANDARD CSS */






/* HÄR SLUTAR STYLE PÅ TABBARNA*/



/* Här börja sidans struktur */

div.site{
	width:1000px;
	margin:auto;
	background:#fff;
}

div.header {
	width:100%;
	padding:10px 0;
	min-height:60px;
}
div.logo {
	width:600px;
	float:left;
	margin-left:10px;
	width:350px;
}

div.langBox {
	float:right;
	font-size:9px;
	text-transform:uppercase;
	width:200px;
}
div.langBox a {
	color:#000;
}

div.topMenu {
	width:100%;

}
div.topMenuText {
	float:left;
	padding:10px 5px;
}
div.topMenuText a {
	font-weight:bold;
	padding:10px 10px;
}
div.topMenuText a:hover{
	text-decoration:none;
	background:#d4d4d4;
	color:#666;
}


div.where {
	width:980px;
	padding:7px 10px;
	border-top:5px solid #d4d4d4;
}
div.where p {
	font-size:10px;
	margin:0;
	padding:0;
	font-weight:bold;
	color:#666;
}
div.where a {
	font-size:10px;
	font-weight:bold;
	text-decoration:none;
	color:#666;
}
div.where a:hover {
	text-decoration:underline;
}

div.cont{
	width:1000px;
}
div.left {
	float:left;
	width:200px;
}
div.middle {
	float:left;
	width:580px;
	padding:0 10px 10px 10px;
}

div.WelcomeText {
	padding:10px 0;
	margin:10px 0;
	border-bottom:1px dotted #ccc;
}

div.right {
	float:right;
	width:200px;
}
ul.news {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
ul.news li {
    padding: 5px;
    border-bottom: 1px dotted #ccc;
}
ul.news li:hover {
    background: #eee;
    cursor: pointer;
}

div.menuBoxHeader{
	width:190px;
	padding:5px;
	font-weight:bold;
	text-transform:uppercase;

}
div.menuBoxCont {
	width:190px;
	padding:10px 5px;
}

.footer {
	text-align:left;
	margin:0px auto;
	color:#fff;
	font-size:10px;
	width:1000px;
	padding:10px 0 10px 0;
}

.footer p {
	margin:2px 10px 2px 10px;
}

.footer a {
	color:#fff;
}


/* SLUT sidans struktur */

