/* Reset -------------------------------------------------------------------- */
body,legend{color:#000;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,
input,textarea,p,blockquote,hr,th,td{margin:0;padding:0;text-align:top;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img,hr{border:0;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
a,address{font-style:normal;text-decoration:none;}
input,textarea,select{font-family:inherit;font-size:100%;font-weight:inherit;}

/* Tools -------------------------------------------------------------------- */
.hide           { display:none; }
.replace        { text-indent:-999em; background-repeat:no-repeat; }
.accessibility  { position:absolute; top:-999em; left:-999em; }
.clear			{ clear: both; }

.noindent       { margin:0; }
.nomargin       { margin-top:0; margin-bottom:0; }

/* Typography --------------------------------------------------------------- */
body    { font:.75em Arial,Helvetica,sans-serif; }

/* Headings */
h1	{ font-size:2em; font-weight:bold; }
h2	{ font-size:1.75em; font-weight:bold; }
h3	{ font-size:1.5em; font-weight:bold; }
h4	{ font-size:1.25em; font-weight:bold; }
h5	{ text-transform:uppercase; font-weight:bold; }
h6	{ font-weight:bold; }

/* Text */
p, hr,
dl, ul, ol,
li.spaced, .spaced li,
address, table			{  }
.important          	{ font-size:1.25em; }

/* Lists */
dt          			{ font-weight:bold; }
ul     					{  }
ol						{ list-style-position:inside; }
li.plain, .plain		{ list-style:none; }

/* Tables */
table       {  }

/* Links */
a,
a.inline	{ text-decoration:underline; color:#6f7e89; }
a.anchor    { display:none; }

/* Other */
hr          { color:#444; background:#444; height:1px; clear:both; }

/* Content ------------------------------------------------------------------ */

/* Column */
.col				{ float:left; overflow:hidden; margin:0; }
.col-first          { margin-left:0; }
.col-last           { margin-right:0; }

.col-two            { width:50%; }
.col-three          { width:33%; }
.col-four           { width:25%; }

img.left,
img.right			{ margin-bottom:1em; display:inline; }
img.left 			{ margin-right:1em; float:left; }
img.right 			{ margin-left:1em; float:right; }

/* Icons */
.icon						{ display:inline-block; background:no-repeat 0 50%; vertical-align:text-top; outline:none; overflow:hidden; text-indent:-999em; width:16px; min-height:16px; }
.iconText					{ text-indent:18px; width:auto; }
.iconAdd					{ background-image:url('/images/icons/add.png'); }
.iconCss					{ background-image:url('/images/icons/css.png'); }
.iconDbImport				{ background-image:url('/images/icons/dbImport.gif'); }
.iconDelete					{ background-image:url('/images/icons/delete.png'); }
.iconEdit					{ background-image:url('/images/icons/edit.png'); }
.iconExit					{ background-image:url('/images/icons/exit.png'); }
.iconLock					{ background-image:url('/images/icons/lock.png'); }
.iconPrinter				{ background-image:url('/images/icons/printer.png'); }
.iconStar					{ background-image:url('/images/icons/star.png'); }
.iconTable					{ background-image:url('/images/icons/table.png'); }
.iconTableLink				{ background-image:url('/images/icons/tableLink.png'); }

.searchForm					{ margin-bottom:20px; }
.searchForm .field			{ float:left; margin-right:10px; }
.searchForm .field label	{ display:inline; }
.searchForm .buttons		{ width:auto; clear:none; margin-top:2px; }

/* Tree list */
.treeList,
.treeList ul 				{ margin:0; }

/* Data table */
.dataTable					{width:678px; }
.dataTable th				{ text-align:left; background:#5d5d5d; border:none; padding:3px 5px; }
.dataTable th a				{ color:#fff; }
.dataTable tr				{ background-color:#ddd; }
.dataTable tr:hover			{ background-color:#5b5b5b; }
.dataTable td				{ padding:3px 5px;  }

/* Form in table */
.inTable .field				{ position:relative; }
.inTable .field label		{ position:absolute; top:-1.5em; left:0; width:100%; text-indent:-999em; }
.inTable .field input,
.inTable .field select		{ width:95%; }

/* Pagination */
ul.paginationList			{ border:0; margin:10px 0; padding:0; display:block; }

ul.paginationList li		{ border:0; margin:0; padding:0; font-size:11px; list-style:none; float:left; }
ul.paginationList a			{ border:solid 1px #6a6a6a; margin-right:2px; }
ul.paginationList .previous-off,
ul.paginationList .next-off { color:#666666; display:block; float:left;	font-weight:bold; padding:3px 4px; }
ul.paginationList .next a,
ul.paginationList .previous a		{ font-weight:bold; }
ul.paginationList li.active a		{ color:#FF0036; font-weight:bold;	display:block; float:left; padding:3px 6px; }
ul.paginationList a:link,
ul.paginationList a:visited 		{ color:#9C7D51; display:block; float:left; padding:3px 6px; text-decoration:none; }
ul.paginationList a:hover			{ border:solid 1px #ffffff; color:#9C7D51; }
.entriesTotal						{ clear:both; color:#808080; }

dl.marginal					{ overflow:hidden; }
dl.marginal dt				{ width:10em; float:left; clear:left; }

.ajaxLoad{ height:300px;background:transparent url('/images/templates/default/throbber.gif') no-repeat center center; }

/* Form styles -------------------------------------------------------------- */
/* Inline form */
form.inline fieldset,
fieldset.inline .field              { display:inline; float:left; }

/* Vertical form */
.vertical .field                { margin-bottom:.25em; }
.vertical label                 { display:block; }

.vertical .multiple             { margin-bottom:.25em; }
.vertical .multiple .field      { margin-bottom:0; }
.vertical .multiple label,
.vertical .result label         { display:inline; }

/* Marginal form */
.marginal .field                { margin-bottom:.25em; height:100%; overflow:hidden; }
.marginal label                 { width:11.5em; float:left; }

.marginal .multiple             { margin-bottom:-2em; }
.marginal .multiple .field      { margin-bottom:0; position:relative; top:-2em; left:11.5em; }
.marginal .multiple label,
.marginal .result label			{ width:auto; float:none; }

/* Form --------------------------------------------------------------------- */
form            { width:100%; overflow:hidden; }
form .field     { line-height:2; }
fieldset        { border:0; margin-bottom:1.25em; padding:0; padding-top:.5em; }
legend          { font-size:18px; font-weight:bold; line-height:1; color:#fff; }
label           { font-weight:bold; cursor:pointer; }
.result label	{ font-weight:normal; }

/* Input */
/*
input.text,
input.secret,
select,
textarea        { border:1px solid #455560; }
*/
input.text,
input.secret	{ text-indent:5px; padding:.25em 0; }
textarea        { /*padding:5px;*/ width:250px; }
input.radio		{ border:0; background:none; }

/* Multiple */
fieldset.multiple           { border:0; margin:0; padding:0; }
/*fieldset.multiple legend    { text-transform:none; font-size:1em; line-height:2; color:#000; }*/
fieldset.multiple .field    { float:left; clear:left; position:relative; }
fieldset.multiple label		{ padding-left:1.25em; font-weight:normal; }
fieldset.multiple input     { position:absolute; top:.5em; left:0; }

/* Control & Output */
button              { padding:0; overflow:visible; cursor:pointer; }
form .buttons       { overflow:hidden; margin-bottom:0; }

form .error         { color:#ed1c24; }
form .error input   { border-color:#ed1c24; }
form .notice        {  }
form .success       {  }

html, *{margin:0;padding:0;}
body{width:100%;height:100%;font-family:georgia, serif;font-size:12px;color:#333333;background:#d6d0c4 url(/images/templates/default/bodyBg.jpg) repeat-x;}
    h1{font-size:28px;font-weight:normal;color:#e21350;}
    h2{font-size:18px;font-weight:normal;color:#666666;}
    h3{font-size:18px;color:#666666;font-weight:normal;}
    a{color:#e21350;text-decoration:none;}
    table{border-collapse:collapse;font-size:12px;}
    table td{vertical-align:top;}
	#contentRight ul{list-style-position:inside;}
    #siteContainer{width:100%;height:100%;position:relative;margin:0 0 20px 0;float:left;overflow:hidden;}
        .siteWidth{width:970px;float:left;}
		.infoContent{float:right;}
        #headerContainer{width:100%;height:216px;position:relative;background:#e6e2da;float:left;}
            #headerLeftBg{width:264px;height:100%;position:absolute;left:50%;margin:0 0 0 -749px;background:url(/images/templates/default/banner.png) no-repeat 0 0;}
            #header{height:100%;position:absolute;z-index:3;left:50%;margin:0 0 0 -485px;background:url(/images/templates/default/banner.png) no-repeat 0 -222px;}
                #menuExtended{width:360px;height:34px;position:absolute;top:0;right:0;}
                    #menuExtended ul{margin:0 0 0 13px;float:left;list-style-type:none;}
                        #menuExtended li{margin:0 10px 0 0;float:left;line-height:34px;text-align:center;}
                           #menuExtended li a{color:#fff;font-size:18px;}
                #menu{width:730px;height:35px;list-style-type:none;position:absolute;z-index:2;left:235px;bottom:17px;background:url(/images/templates/default/banner.png) no-repeat -165px -435px;}
                    #menu li{float:left;line-height:35px;margin:0 14px 0 0;}
                        #menu li a{color:#fff;font-size:18px}
						#menu li.active a{color:#f4e6a0;}
                #productCartList{width:200px;height:35px;line-height:35px;position:absolute;z-index:2;bottom:15px;right:35px;text-align:center;}
                    #productCartList select{border:none;background:#efa577;width:150px;}
            #headerRightBg{width:264px;height:100%;position:absolute;left:50%;margin:0 0 0 485px;background:url(/images/templates/default/banner.png) no-repeat -707px 0;}
        #contentContainer{position:relative;z-index:1;left:50%;margin:0 0 0 -485px;}
        #argonovaFooter{font-family:arial;font-size:10px;float:right;margin:0 0 10px 0;}
            #argonovaFooter a{color:#fff;}
            /* Content */

            /* Index */
            #indexBanner{width:100%;}
				#indexBanner img{max-width:100%;max-height:100%;}
				* html #indexBanner img{width:100%;height:100%;}
            #indexList{width:100%;float:left;margin:20px 0 0 0;list-style-type:none;}
				#indexList li td img{max-width:148px;max-height:148px;}
				* html #indexList li td img{height:148px;}
                #indexList li{width:475px;height:195px;float:left;background:#fff;}
                    #indexList li.indexListLeft{float:left;clear:left;margin:0 0 22px 0;}
                    #indexList li.indexListRight{float:right;clear:right;margin:0 0 22px 0;}
                        #indexList li .indexListPadding{margin:22px;}
                        #indexWelcome{font-size:226px;}
                            #indexList .indexListTableLeft{width:278px;padding:0 10px 0 0;}
            /* Multiple pages */
            #content{width:100%;margin:0 0 0 0;float:left;position:relative;}
				#contentWide { width: 100%; background-color: #fff; position: relative; top: -40px; }
					#contentWidePadding	{ padding: 59px 26px 26px 26px; }					
                #contentLeft{width:227px;float:left;}
                    #categoriesBox{width:227px;float:left;clear:left;background:#fff;}
						#categoriesBox li.selected a,
						#categoriesBox li.selected ul li.selected a{color:#e21350;}
						#categoriesBox li.selected ul li a{color:#333333;}
						#categoriesBox a{color:#333333;}
                        #categoriesBox div.container{width:169px;margin:27px 27px 13px 27px;float:left;}
                            #categoriesBox ul{width:100%;margin:15px 0 0 0;float:left;list-style-type:none;}
								#categoriesBox div.border{border-top:1px solid #d8d8d8;width:100%;float:left;}
									#categoriesBox li{border-top:1px solid #d8d8d8;width:100%;float:left;line-height:29px;}
									#categoriesBox li.first{border:none;}
									#categoriesBox ul ul{margin:0;list-style-position:inside;list-style-type:circle;}
									#categoriesBox li.hasSub ul {padding-left:6px;}
                    #subBox{width:227px;float:left;clear:left;margin:33px 0 0 0;}
                        #subBox #topList{width:100%;margin:10px 0 0 0;list-style-type:none;}
                            #subBox #topList li{height:41px;line-height:41px;margin:0 0 1px 0;background:#fff;}
								#subBox #topList li a{color:#333333;}
                                #subBox #topList li .topListImage{width:41px;height:100%;float:left;}
									#subBox #topList li .topListImage img{max-height:41px;}
									* html #subBox #topList li .topListImage img{height:41px;}
                                #subBox #topList li p{margin:0 0 0 10px;float:left;}
                #contentRight{width:723px;position:relative;top:0;right:0;float:right;}
					#contentRightPadding{margin:13px;}
					#contentRight table.infoTable{width:697px;margin:13px;}
					.white{background:#fff;}
            /* productList */
					.noProducts{margin:100px 0 0 0;text-align:center;}
                    #productList{width:723px;float:right;list-style-type:none;}
                        #productList li{width:228px;height:194px;margin:0 0 18px 18px;float:left;background:#fff;}
                        #productList li.first{margin:0 0 18px 0;}
                            #productList li .productListPadding{height:168px;margin:13px 13px 0 13px;position:relative;}
                                #productList li .productListPadding .productListImageContainer{width:148px;height:148px;position:absolute;left:0;bottom:0;}
									#productList li .productListPadding .productListImageContainer img{max-width:148px;max-height:148px;}
									* html #productList li .productListPadding .productListImageContainer img{width:148px;height:148px;}
								#productList li .productListPadding .productListLeftBox{width:51px;color:#333333;font-size:11px;position:absolute;right:0;bottom:0;}
                                    #productList li .productListPadding .productListLeftBox strong{font-weight:bold;font-size:14px;color:#e21350;}
                                    #productList li .productListPadding .productListLeftBox a{width:100%;height:23px;margin:7px 0 0 0;line-height:23px;text-align:center;display:inline-block;color:#fff;background:#e21350;}
            /* Product */
				#customProductDetails{ margin: 11px; width:100%;height:330px;float:left;position:relative; }				
					#customProductDetails h3 { margin: 16px 0 8px 0; }
					#customProductDetails .fieldGroup { width: 50%; float: left; }
						#customProductDetails .fieldGroup textarea { width: 80%; height: 110px; }
						#customProductDetails p.buttons{ clear: both; float: left; display: block; }
						
			    #buyersInfo{margin:0 0 0 28px;line-height:24px;}
                    #buyersInfo h3{margin:0 0 8px 0;}
                    #buyersInfo a{font-weight:bold;}
                #productDetails{width:723px;background:#fff;float:right;}
                    #productDetailsPadding{width:700px;margin:11px 0 11px 11px;float:left;height:323px;}
                        #productDetailsLeft{width:295px;height:100%;margin:0 0 0 11px;float:left;position:relative;}
                            #productDetailsOptions{width:100%;position:absolute;left:0;bottom:0;}
                                #productDetailsOptions select{border:1px solid #e5e5e5;width:147px;height:20px;display:block;margin:0 0 5px 0;}
                                #productDetailsMenu{width:100%;margin:7px 0 0 0;float:left;}


                                    #productDetailsMenu ul{list-style-type:none;float:left;}
                                        #productDetailsMenu ul li{float:left;}
                                            #productDetailsData{width:115px;}
                                            #productDetailsNumbers{width:55px;}
                                            #productDetailsMenu ul li strong{color:#e21350;}
                                            #productDetailsMenu ul li input{border:1px solid #e21350;width:28px;height:18px;padding:3px 0 0 2px;}
                                            #productDetailsMenu ul li button{border:none;width:124px;height:23px;padding:0 0 3px 0;color:#fff;background:#e21350;}

                        #productDetailsMiddle{border-left:1px solid #e5e5e5;border-right:1px solid #e5e5e5;width:46px;height:100%;margin:0 0 0 11px;float:left;background:#e5e5e5;}
                            #productDetailsMiddle ul{list-style-type:none;}
                                #productDetailsMiddle ul li{width:46px;margin:1px 0 0 0;}
                                    #productDetailsMiddle ul li img{max-width:46px;max-height:46px;}
									* html #productDetailsMiddle ul li img{width:46px;height:46px;}
                        #productDetailsRight{width:323px;height:100%;float:right;}
							#productDetailsRight img{max-width:323px;max-height:323px;}
							* html #productDetailsRight img{width:323px;height:323px;}
                #otherProducts{width:723px;margin:31px 0 18px 0;float:right;}
			/* Reciept */
				#recieptPadding{width:700px;margin:11px 0 11px 11px;float:left;}
			
			/* Contact form */
				#contactLeft { float: left; width: 452px; height: 375px; background: transparent url(/images/templates/default/skriv_rad.png) no-repeat 110px 158px; position: relative; }
					#contactLeft .leftBottom { position: absolute; bottom:0; left:0; font-size: 16px; color: #666666; }						
				#contactForm { width: 449px; background-color: #E21350; float: right; color: #FFFFFF; }
					#contactForm form { margin: 30px;}
						#contactForm .result{color:#fff;}
						#contactForm .result label{display:inline;}
						#contactForm form label { display: block; }
						#contactForm form input { border: none; padding: 0; padding: 0.55em 0 0.20em 0; height: 20px; margin-bottom: 10px; }
						#contactForm form textarea { border: none; }
						#contactForm form #contactName { width: 389px; }
						#contactForm form #contactPhone { margin-right: 10px; width: 188px; }
						#contactForm form #contactEmail { width: 188px; }
						#contactForm form #contactMessage { width: 389px; height: 138px; }
						#contactForm form div.noBlock { display: inline-block; }
						#contactForm form button { float: right; font-size: 18px; border: none; background-color: #E21350; color: #fff; margin-right: 60px; margin-top: 7px; text-transform: uppercase; }
						
					.notification{width:950px;list-style-type:none;padding:10px;float:left;margin-bottom:10px;background:#fff;}
						.notification li{text-align:center;margin:0 auto;}
						
			/* News */
				#newsTop{margin:10px 13px 13px 13px;}
				div.newsList{width:325px;margin:0 13px 13px 13px;float:left;}
					#newsList{list-style-type:none;}
						#newsList li img{width:325px;}
						#lastestNewsText{margin:13px 0 0 0;}
				div#allNews{width:325px;float:left;}
					#allNews ul{list-style-type:none;}
						#allNews ul li{margin:0 0 7px 0;}
							#allNews ul li a{font-size:18px;color:#E21350;}
							#allNews ul li p{margin:7px 0 0 0;}
