/* 

	project: internet services - 2nd edition
	author: luka cvrk (www.solucija.com) */

   
/* default styles
   -------------- */
*{
	margin: 0;
	padding: 0;
	padding-left: 0px;
	margin-top: 0px;
}* 
body {
	font: .7em Arial, "Trebuchet MS", Tahoma, sans-serif;
	line-height: 1.6em;
	color: #444;
	background-color: #fff;
	vertical-align: text-top;
}

a {	color: #6c9c0a;	background: inherit;}
a:hover { color: #e1c840; background: inherit; }
h1 { font: normal 2.4em "Trebuchet MS", Arial, Sans-Serif; padding: 7px 0 0 8px; margin: 0; }
h5 { font:bold 1.4em;; padding: 60px 0 0 15px; margin: 0px; }
h1 a { color: #737373; background: inherit; }
.green { color: #6c9c0a; }
sup { font-size: .5em; }

h1 a, h2 a { text-decoration: none; }
h2 { font-size: 1.5em; margin-bottom: 5px; color: #000; background: inherit;height:20px; }
p {	margin: 0 0 5px 0; }


/* layout
   ------ */
.container {
	margin:0 auto;
	padding:0px 10px 10px 10px;
	width:800px;
	background: url(images/bgcontainer.gif) repeat-y;
	}
.content { 
	margin: 0 auto;
	width: 780px;
	padding: 0px 10px 10px 10px; 
}

.header {
	background: #fff url(images/headerbg.gif) repeat-x bottom;
	color: #808080;
	height: 100px;
}
.browse_category  {
	width: 130px;
	color: #5499f8;
	background:inherit;
	float:left;
	padding:9px 12px 6px 12px;
	border-right: 1px solid #DAD6CB;
}
.buttonWrapper{
	border-bottom: 1px solid #DAD6CB;
	border-right: 1px solid #DAD6CB;
	height: 33px;
}
.buttons{
	clear: both;
	font-size: 1.1em;
	height: 33px; 
	color: #ffffff;
	background: #fff url(images/bg_btn.png) repeat-x;
	
	border-left: 1px solid #DAD6CB;
}
.buttons a:link,
.buttons a:visited,
.buttons a:hover
{
	float: left;
	display: block;
	padding: 8px 20px;
	color: #6c9c0a;
	text-decoration: none;
	border-left: 1px solid white;
	border-right: 1px solid #DAD6CB;
	background: #F4FBE1 url(images/bg_btn.png);
}
.buttons a:hover
{
	color: #fff;
	background: #F4FADF url(images/bg_btn_active2.png) top left repeat-x;
}
.buttons-special
{
	font-weight: bold;
}
.buttons-active {
	color: #ff0 ;
	background: #FFF1BB url(images/bg_btn_active2.png);
	float: left;
	display: block;
	padding: 8px 20px;
	color:#FFFFFF;
	text-decoration: none;
	border-left: 1px solid white;
	border-right: 1px solid #DAD6CB;
}
	
.shadowStrip{
	line-height: 1em;
	background: url(images/bg_shadow.png) repeat-x;
	padding-top: 4px;
	padding-left: 18px;
	height: 16px;
}


/* left side
   --------- */

.left {
	float: left;
	width: 570px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 10px;
}
.left2 {
	float: none;
	width: 100%;
	border:1px none #CCCCCC;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	padding-top: 0;
	padding-right: 0px;
	padding-left: 0px;
}
.left1 {
	float: left;
	width: 510px;
	margin: 0 30px 0 15px;
	padding:0 0 10px 5px;
}
.left_products {
	float: left;
	width: 525px;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 10px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 10px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #e7e7e7;
	border-bottom-color: #e7e7e7;
	border-left-color: #e7e7e7;
}

.left h2 {
	clear: both;
	background: #ffffff url(images/sub_title.gif) no-repeat center left;
	color: #6c9c0a;
	padding: 3px 0 4px 43px;
	font: bold 1.4em "Trebuchet MS", Arial, Sans-Serif;
	border-bottom:#edece8 1px solid;
	margin: 0 0 10px 0;
}
.left_box{
	width:525px;
	padding:10px;
	border-bottom: 1px dashed #e7e7e7;
	float: left;
}
.logo{
	width:250px;
	padding:10px;
	float: left;
	height: 76px;
}
.products_box {
	width:540px;
	border-bottom:1px dashed #777;
	padding-left: 0px;
	margin-left: 10px;
	border-left-color: #CCCCCC;
}
.left_title_bg {
	height:25px;
	width:525px;
}	
.left_title {
	clear:both;
	color: #6c9c0a;
	text-decoration:none;
	font: 1.1em "Trebuchet MS", Arial, Sans-Serif;
	background:#fff url(images/title_bg.gif) repeat-x;
	}

.left_title a:link,
.left_title_active,
.left_title a:visited,
.left_title a:hover
{
	float: left;
	display: block;
	padding:4px 27px 4px 27px;
	color: #6c9c0a;
	text-decoration: none;
	border: 1px solid #DAD6CB;
	background: #F4FBE1 url(images/title_bg.gif);
}
.left_title a:hover
{
	color: #fff;
	background: #fff url(images/title_active.gif) top left repeat-x;
}
.left_title_active {
	color: #fff ;
	background: #fff url(images/title_active.gif) top left repeat-x;;
}		
/* right side
   ---------- */
		
.right_border{
	width:200px;
	float:right;
	margin-top: 0;
	margin-right: 6px;
	margin-bottom: 10px;
	margin-left: 0;
	padding-right: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #e7e7e7;
	border-bottom-color: #e7e7e7;
	border-left-color: #e7e7e7;
}
.sidenav {
	float:right;
	width: 200px;
	margin:0;
	margin-left: 0px;
}

.sidenav ul {
	background: url(images/bgul.gif) repeat-x;
	margin: 0;
	padding: 0;
}
.sidenav li {
	
	MARGIN-TOP: 0px; PADDING-LEFT: 0px; LIST-STYLE-POSITION: outside; LIST-STYLE-IMAGE: url(images/arrow_more.gif); MARGIN-LEFT: 24px; VERTICAL-ALIGN: top;  HEIGHT: 20px; TEXT-ALIGN: left 
	margin: 0;
}
.sidenav li a {
	color: #645A44;
	display: block;
	font-size: 0.9em;
	padding: 3px 6px 3px 0px;
	text-decoration: none;
}
.sidenav li a:hover {
	color: #e1c840;
	padding:3px 0px 3px 0px;
	margin: 0 6 0 0px;
	margin-left: 0px;
}

.right_title{
	float:right;
	color: #6c9c0a;
	font: bold 1.2em "Trebuchet MS", Arial, Sans-Serif;
	border-top:#e7e7e7 1px solid;
	border-bottom:#e7e7e7 1px solid;
	padding:4px 0px 4px 0px;
	margin:0 0 0 0;
	width:200px;
	height: auto;
	background:#fff url(images/title_bg.gif) repeat-x center left;
	text-align: center;
}
	

.left_side a, .right_side a { color: #414141; background: #FFF; }
.left_side {
	float: left;
	width: 160px;
	padding: 0 0 0 10px;
	margin: 10px 0 0 5px;
}
		
.right_side {
		float: right;
		width: 200px;
		background: #FFF url(images/dotted.gif) repeat-y;
		color: #414141;
		padding: 0 0 0 70px;
		margin: 10px 0;
	}
.image {
	float: left;
	margin: 3px 10px 3px 25px;
	}
.logo_images {
	float:left;
	margin-left: 10px;
	}
.product_images {
	float:left;
	margin:10px 25px 15px 25px;
	}
.download {
	float:right;
	padding-right: 20px;
}
.Searchbox {
	float:right;
	margin: 10,10,10,10;
	padding-right: 20px;
	padding-top: 15px;
}
.download1 {
	float:right;
}
/* footer
   ------ */

.footer { 
	clear: both;
	text-align: center;
	padding: 10px 0;
	border-top: 1px solid #ccc;
	line-height: 2em;
}
.footer a { color: #808080; background: #fff; }
	
/*      ------------dvd_ripper.html style----------------------------------------------------------------------*/

.dlg_title {
	clear: both;
	background: #ffffff url(images/dlg_header.gif) no-repeat center left;
	color: #6c9c0a;
	padding: 5px 0 0px 23px;
	font: bold 1.4em "Trebuchet MS", Arial, Sans-Serif;
	height:24px;
	margin: 5px 0 0 0;
}
.dlg_bg {
	background: #ffffff url(images/dlg_bge.gif) repeat-y;
}
.dlg_bg1 {
	background:#CCFFFF  repeat-y;
	width:450px;
}
.text {
	margin: 0 30px 0 15px;
	color:#333333;
}
.text6{
	font:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size:12px;
	padding:0px opx 0px 10px;
	margin:0px 5px 0px 10px;
	background-color:#999999;
	width:530px;
}
/*      ------------download.html style----------------------------------------------------------------------*/
	
.table {
	padding-right: 0px;
	margin-top: 1px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 14px;
	padding-bottom: 0px;
}	
.table_b{
	width:480px;
	margin:0px 5px 1px 5px;
	padding-right: 10px;
}	
.table_a{
	width:470px;
	margin:10px 5px 1px 5px;
	padding-right: 0px;
}	
.table ul {
	margin:0px 0px 0px 0px;
	padding:0px;
}
.table li {
	float:left;
	margin:7px 0px 0px 0px;
	padding:3px 0px 3px 7px;
	width: 18%;
}
.table_white li a,
.table_gray li a,
.table_title li a {
	color: #645A44;
	display: block;
	font-size: 0.9em;
	text-decoration: none;
	padding-left:15px;
}
.table_white li a:hover,
.table_gray li a:hover,
.table_title li a:hover {
	color: #e1c840;
	margin: 0 0 0 0;
	background:inherit;
	padding-left:15px;
}



.table_white {
	background:#fff;
	margin:0;
	height:25px;
}
.table_white1 {
	background:#fff;
}
.table_gray {
	background:#ebebe3;
	margin:0;
	height:25px;
}
.table_title {
	background: #fff url(images/table_bg.gif) no-repeat left;
	height:28px;
	font-size:1.2em;
	font-weight:bold;
	color:#6c9c0a;
	padding:4px 5px 1px 0px;
}
.table_title_a {
	background: #fff url(images/table_bg.gif) no-repeat top left;
	height:28px;
	font-size:1.2em;
	color:#6c9c0a;
}
.li_width1 {
	width:80px;
}

.li_width2 {
	width:120px;
}
.li_width3 {
	font: bold 1.0em "Trebuchet MS", Arial, Sans-Serif;
	width:160px;
}
/*---------------------link botton------------------------------------------------*/
.float_left {
	float:left;
	margin-left: 10px;
}
.link_botton_bg {
	background: #fff url(images/link_botton_bg.gif) repeat-x;
	float:left;
	padding:6px 2px 5px 2px;
	font: 1.1em "Trebuchet MS", Arial, Sans-Serif;
	font-weight:bold;
	color:#6c9c0a;
}	
.link_botton_bg a:link,
.link_botton_bg a:active,
.link_botton_bg a:visited,
.link_botton_bg a:hover
{
	background:inherit;
	float:left;
	height:20px;
	text-decoration:none;
	font: 1.1em "Trebuchet MS", Arial, Sans-Serif;
	font-weight:bold;
	color:#6c9c0a;
}
.link_botton_bg a:hover
{
	color: #e1c840;
}
.link_botton_bg a:active {
	color: #e1c840;
}
.text1 {
font:bold 1.4em;
	color:#999999;
	font-size:18px;
}
.text2 {
	font:bold 1.4em;
	color:#264F31;
	font-size:15px;
}
ul { list-style : none; }

.price {
	font-size:18px;
	color:#990033;
}
.float_left1{
	float:left;
}
.left_box2{
	width:auto;
	padding:10px 10px 10px 10px;
	background-color:#F5F5F5;
	border-bottom:1px dashed #777;
	margin-left: 0px;
	margin-right: 0px;
}
.left_box10{
	width:auto;
	padding:0;
	background-color:#F5F5F5;
	border-bottom:1px dashed #777;
	margin-left: 0px;
	margin-right: 0px;
	padding-top: 30px;
}
.left_box4{
	width:auto;
	padding:10px 10px 10px 10px;
	border-bottom:1px dashed #777;
}
.left_box5{
	background-image:url(images/gree.png);
	width:auto;
	padding:10px 10px 10px 10px;
}
.left_box6{
	width:30%;
	float:left;
	position: relative;
	text-align: center;
	padding: 10px;
}
.left_box8{
	width:530px;
	padding:10px 10px 10px 10px;
	border-bottom:1px dashed #e7e7e7;
	margin-left: 2px;
}
.left_box9{
	width:500px;
	padding:10px 0px 10px 0px;
	border-bottom:1px dashed #777;
	float: 0;
}

.grid2colc {
	Z-INDEX: 100;
	POSITION: relative;
	padding-left: 10px;
}


.pictur1 {
	float:left;
	text-align:center;
	background: #ffffff url(images/dlg_bg.gif) repeat-y;
}
.right_word {
	float:right;
}
.none_1 {
	float:left;
}
.dlg_box {
	width:480;
	float:left;
	background-color:#F5F5F5;
}
.picture3 {
	float:right;
}
.c_bg {
	 FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
}
.c_bg1 {
	font: bold 1.0em "Trebuchet MS", Arial, Sans-Serif;
	padding-left: 3px;
	border-bottom: #dddddd 1px solid;
	border-left: #f5f5f5 1px solid;
	border-right: #eeeeee 1px solid;
	border-top: #f0f0f0 1px solid;
	color: #666666;
	font-size: 11px;
	height: 28px;
}
.off {
	text-align: center;
	left: 150%;
}
.table_a {
}

.dlg_title_a {
	clear: both;
	margin:5px 0 0 0;
	background-color: #ffffff;
	background-image: url(images/dlg_header_a.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 10px;
}

#topad {
	BACKGROUND: url(images/DVD2iPod_main.png) no-repeat 0px 100%;
	WIDTH: 800px;
	HEIGHT: 260px;
	float: left;
	margin-top: -18px;
}
.topadright {
	float:right;
	width: 220px; 
	margin-top:75px;
	margin-right: 10px;
	margin-left: 10px;
}

#capbottom {
	BACKGROUND: url(images/overview_main_capbottom.gif) no-repeat 0px 100%;
	MARGIN: -160px 10px -5px; 
	WIDTH: 780px; 
	POSITION: relative;
	HEIGHT: 163px; 
} 
#contentheader {
	BACKGROUND: url(images/content_captop.gif) no-repeat left bottom;
	WIDTH: 780;
	margin-left: 10px;
	margin-right: 10px;
	height: 10px;
}
#content2 {
	BACKGROUND: url(images/content_center.gif) repeat-y;
	WIDTH: 780;
	margin-left: 10px;
	margin-right: 10px;
	height: 20px;
}
.left_box11{
	width:500px;
	float:right;
}
.left_box12{
	width:560px;
	float:left;
	margin-left: 10px;
	margin-top: 10px;
}
.text3 {
	margin: 0;
	color:#333333;
	margin-left: 10px;
}
.text4 {
	font:bold 1.4em;
	color:#264F31;
	font-size:15px;
	margin-left: 5px;
}
 

.CckkOn {
	FONT-WEIGHT: bold; FONT-SIZE: 11px; COLOR: #6c9c0a; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	background-color: #fff;
	height:24px;
	background-image:url(images/tabon.gif);
	cursor:default;	
}
.Cckk {
	 FONT-SIZE: 11px;  FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	 color:#000000;
	 background-color: #fff;
	 height:24px;
	 background-image:url(images/taboff.gif);
	 cursor:pointer;
}
.price_old { color:#FF0000; text-decoration:line-through; }
