/*
	******************************
	***** Index Radshop Lietz*****
	******************************

	---------------------------------------------------------------
	1. General Definitions
		1.1 Styles
		1.2 Forms
	---------------------------------------------------------------
	2. Container Definitions
	---------------------------------------------------------------
	3. Menu Design
		3.1 Main Menu
		3.2 Footer Menu
	---------------------------------------------------------------
	4. Main Design
		4.1 Content
		4.2 Products, News, Static
		4.3 Gallery
	---------------------------------------------------------------
	5. Sidebar Design
	---------------------------------------------------------------
	6. Admin Design
	---------------------------------------------------------------
	7. Text Editor Pre-Designs
	---------------------------------------------------------------
	8. Other Designs
	---------------------------------------------------------------
*/

/*
	**************************************
	***** 1.1 Styles *********************
	**************************************
*/

html {
	height: 100%;
	overflow-y: scroll;
	overflow-x: auto;
	background: #f4f4f4;
}

body {
	margin: 0;
	padding: 0;
	font-family: Arial, Verdana, sans-serif;
	font-size: 100.1%;
	background-color: #fff;
	line-height: 20px;
	color: #555555;
}

.wrapper, .footerwrapper {
	font-size: 0.75em;
}

a img,:link img,:visited img { border: none; }

a {
	color: #748c00;
	text-decoration: none;
}

a:hover {
	color: #939393;
	text-decoration: none;
}

p {
	padding: 0px;
	margin: 6px 0px 10px 0px;
}

h1, h2 {
	padding: 4px 0px 4px 0px;
	margin: 0px;
	text-transform: uppercase;
	font-weight: bold;
	line-height: 16px;
}

h1 {
	font-size: 1.34em;
}

h2 {
	font-size: 1.16em;
}

h3, h4 {
	font-size: 1.34em;
	font-weight: bold;
	padding: 5px 0px 5px 0px;
	margin: 0px;
}

h5, h6 {
	font-size: 1.16em;
	font-weight: normal;
	padding: 4px 0px 4px 0px;
	margin: 0px;
}

h1, h2, h3, h5 {
	color: #333;
}

h2 a,
h2 a:hover,
h1 a,
h1 a:hover,
h3 a,
h3 a:hover {
	color: #333;
	text-decoration: none;
}

h4, h6 {
	color: #748C00;
}

hr {
	height: 2px;
	color: #f4f4f4;
	background: #f4f4f4;
	border: none;
	clear: both;
}

blockquote {
	background: #f4f4f4 url(../images/quote.jpg) 10px 10px no-repeat;
	padding: 5px 10px 5px 50px;
	border: 1px solid #F4F3E8;
	font-style: italic;
	margin: 0px 0px 10px 0px;
}

table {
	padding: 0px;
	font-size: 1em;
	background: #fff;

}

table td, table th {
	font-size: 1em;
	line-height: 13px;
	margin: 0px;
	padding: 2px 6px 2px 6px;
	border: 0;
}

table td {

}

table th {
	background: #F4F3E8;
	text-align: left;

}

/*
	**************************************
	***** 1.2 Forms **********************
	**************************************
*/

input, textarea, select {
	padding: 3px;
	font-family: Arial, sans-serif;
	font-size: 1em;
	border: 1px solid #ddd;
	vertical-align: middle;
	margin: 5px;
}

fieldset {
	margin: 0;
	padding: 0;
	border: 0;
}

/*
	**************************************
	***** 2. Container Definitions *******
	**************************************
*/

.wrapper {
	width: 820px;
	margin-left: 80px;
}

.header {
	height: 200px;
	width: 100%;
}

.main {
	margin-top: 5px;
	clear: both;
}

.sidebar {
	width: 180px;
	float: left;
}

.cont {
	width: 620px;
	float: right;
}

.contleft {
	width: 310px;
	float: left;
	border-right: 2px solid #f3f3f3;
}

.contleft2 {
	width: 310px;
	float: left;
}

.contright {
	width: 308px;
	float: right;
}

.contright2 {
	width: 308px;
	float: right;
	border-left: 2px solid #f3f3f3;
}

.contactleft {
	width: 388px;
	float: left;
}

.contactright {
	padding-left: 10px;
	width: 220px;
	float: right;
	border-left: 2px solid #f3f3f3;
}

.footerwrapper {
	background: #f4f4f4 url(../images/footer.jpg) no-repeat;
	height: 69px;
	clear: both;
}

.footer {
	width: 820px;
	margin-left: 80px;
	padding-top: 45px;
}

/*
	**************************************
	***** 3.1 Main Menu ******************
	**************************************
*/

.topmenu {
	width: 500px;
	float: right;
	height: 70px;
}

.mainmenu {
	text-align: right;
	padding-top: 40px;
}

.mainmenu a {
	font-size: 1em;
	color: #fff;
	text-decoration: none;
}

.mainmenu a:hover {
	color: #fff;
	text-decoration: underline;
}

/*
	**************************************
	***** 3.2 Footer Menu ****************
	**************************************
*/

.footermenu {
	padding-top: 15px;
	padding-bottom: 25px;
	float: left;
	width: 650px;
	line-height: 20px;
}

.footermenu a {
	font-family: tahoma;
	font-size: 0.92em;
	color: #333;
	text-decoration: none;
}

.footermenu a:hover {
	color: #939393;
	text-decoration: underline;
}

.footerlogo {

}

.credits {
	font-family: tahoma;
	font-size: 0.92em;
	color: #939393;
	text-decoration: none;
}

/*
	**************************************
	***** 4.1 Content ********************
	**************************************
*/

.cont ul, .cont2 ul {
	list-style: none;
	margin: 0px 0px 10px 15px;
	padding: 0;
}

.cont ul li, .cont2 ul li {
	background: url(../images/list.jpg) 0px 5px no-repeat;
	padding: 0px 0px 10px 20px;
	line-height: 16px;
}

.cont ol, .cont ol {
	margin: 0px 0px 10px 35px;
	padding: 0;
}

.cont ol li, .cont2 ol li {
	padding: 0px 0px 10px 0px;
	background: none;
	line-height: 16px;
}

/*
	***************************************************
	***** 4.2 Products, News, Static ******************
	***************************************************
*/

.news {
	padding-right: 10px;
}

.newsdate {
	color: #939393;
	float: left;
	font-size: 0.84em;
	text-align: right;
	margin: -3px 0px 5px 0px;
}

.gdate,
.newsdate2 {
	color: #939393;
	float: right;
	font-size: 0.92em;
	text-align: right;
	margin: -15px 0px 5px 0px;
}

.newsdesc {
	text-align: justify;
	background: #f4f4f4;
	padding: 5px;
	clear: both;
}

.contdesc {
	text-align: justify;
}

.newsdesc img,
.contdesc img {
	background: #f4f4f4;
	border: 6px solid #f4f4f4;
	padding: 0px;
	margin: 0px 10px 0px 10px;
}

.pinfo {
	text-align: right;
}

.photo {
	float: right;
	background: #f4f4f4;
	border: 1px solid #f3f3f3;
	padding: 5px;
	margin: 0px 0px 10px 10px;
}

.product {
	padding-left: 10px;
	margin: 5px 0px 5px 0px;
	height: 140px;
}

.productshow {
	padding-left: 10px;
	height: 260px;
}

.prodle {
	width: 150px;
	float: left;
}

.prodre {
	width: 140px;
	float: right;
}

.label {
	background: #f4f4f4;
	padding: 5px;
}

.brand {
	color: #80766C;
	font-size: 1.16em;
}

.model {
	color: #748C00;
	font-size: 0.92em;
}

.productdetail .model {
	color: #748C00;
	font-size: 1em;
}

.cost {
	margin-top: 25px;
	background: url(../images/price.jpg) no-repeat;
	float: right;
	width: 100px;
	height: 53px;
}

.price {
	padding-top: 6px;
	text-align: center;
	font-weight: bold;
	color: #333;
	font-size: 1.16em;
}

.saving {
	padding-top: 5px;
	text-align: center;
	color: #333;
	font-size: 0.84em;
}

.cost2 {
	width: 100%;
}

.cost2 .price {
	margin-bottom: 10px;
	float: left;
	width: 120px;
	background: #FEDC00;
	padding: 2px;
	text-align: center;
	font-weight: bold;
	color: #000;
	font-size: 1.16em;
}

.cost2 .saving {
	margin-bottom: 10px;
	background: #f4f4f4;
	float: left;
	width: 100px;
	padding: 2px;
	text-align: center;
	color: #333;
	font-size: 0.84em;
}

.prodimg {

}

.proddesc {
	clear: both;
}

.proddetail {
	padding-right: 10px;
}


/*
	**************************************
	***** 4.3 Gallery ********************
	**************************************
*/

.gtitleimg {
	float: left;
	margin: 5px 10px 10px 0px;
}

.gtitleimg {
	padding: 5px;
	background: #f4f4f4;
}

.gallery_thumbnail {
	margin: 5px 25px 5px 0px;
	float: left;
	padding: 5px;
	background: #f4f4f4;
}

/*
	**************************************
	***** 5. Sidebar Design **************
	**************************************
*/

.sidebar h1,
.sidebar h2,
.sidebar h3,
.sidebar h4,
.sidebar h5,
.sidebar h6 {
	background: #F4F3E8;
	margin: 0px;
	line-height: 24px;
	font-size: 1em;
	padding: 0px 0px 0px 10px;
	font-weight: bold;
	border-left: 5px solid #E2DAC4;
}

.sidebar img {
	vertical-align: middle;
}

#feedback, #indicator {
	padding-left: 15px;
	border-left: 5px solid #E2DAC4;
}

.sidebar ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.sidebar li {
	padding: 0px 0px 0px 15px;
	line-height: 24px;
	border-bottom: 1px solid #F9F8F3;
	border-left: 5px solid #fff;
}

.sidebar li:hover {
	padding: 0px 0px 0px 15px;
	line-height: 24px;
	border-bottom: 1px solid #F9F8F3;
	border-left: 5px solid #3399ff;
}

.sidebar a {
	color: #748c00;
	text-decoration: none;
}

.sidebar a:hover {
	color: #939393;
	text-decoration: none;
}


/*
	**************************************
	***** 6. Admin Design ****************
	**************************************
*/

.adminbox {
	margin-bottom: 20px;
	background:#F9F8F6;
}

.adminbox h3 {
	color: #fff;
	background: #777;
	line-height: 24px;
	font-size: 1em;
	padding: 0px 0px 0px 10px;
	font-weight: normal;
	border-left: 5px solid #748c00;
}

.adminbox ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.adminbox li {
	padding: 0px 0px 0px 15px;
	line-height: 24px;
	border-bottom: 1px solid #F4F3E8;
	border-left: 5px solid #F9F8F6;
}

.adminbox li:hover {
	padding: 0px 0px 0px 15px;
	line-height: 24px;
	border-bottom: 1px solid #F4F3E8;
	border-left: 5px solid #748c00;
}

.adminbox a {
	color: #748c00;
	text-decoration: none;
}

.adminbox a:hover {
	color: #555555;
	text-decoration: none;
}

.adminbox img {
	margin-right: 10px;
}

.admintxt {
}

/*
	**************************************
	***** 7. Text Editor Pre-Designs *****
	**************************************
*/

.sidebar .pdf,
.sidebar .word,
.sidebar .excel,
.sidebar .powerpoint,
.sidebar .image,
.sidebar .archive,
.sidebar .sound {
	padding: 5px 0px 5px 25px;
	margin-left: 15px;
	line-height: 16px;
}

.pdf,
.word,
.excel,
.powerpoint,
.image,
.archive,
.sound {
	padding: 5px 0px 5px 25px;
	margin-left: 5px;
}

.pdf {background: url(../images/icons/page_acrobat.png) 0px 5px no-repeat;}
.word {background: url(../images/icons/page_word.png) 0px 5px no-repeat;}
.excel {background: url(../images/icons/page_excel.png) 0px 5px no-repeat;}
.powerpoint {background: url(../images/icons/page_powerpoint.png) 0px 5px no-repeat;}
.image {background: url(../images/icons/page_image.png) 0px 5px no-repeat;}
.archive {background: url(../images/icons/page_zip.png) 0px 5px no-repeat;}
.sound {background: url(../images/icons/page_sound.png) 0px 5px no-repeat;}

/*
	**************************************
	***** 8. Other Design ****************
	**************************************
*/

.backtotop {
	text-align: right;
}

.backtotop a {
	color: #939393;
}

.backtotop a:hover {
	color: #3399ff;
}

.colors {
	position: fixed;
	top: 50px;
	left: 20px;
}

.slide {
	position: absolute;
}
