/* www.dircms.lv style  */
html, body {
	height: 100%;
}
body {
	background: #000 url(images/bgr.jpg) repeat-y left top;
	font-family: tahoma, verdana, sans-serif, arial;
	font-size: 62.5%;
	color: #000;
}
#wrap_out {
	background: url(images/bgr.jpg) no-repeat left top;
	font-size: 1.2em;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -200px;
}
#wrap {
	background: url(images/bg.jpg) no-repeat left top;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}
.push {
	height: 10px;
}
#wrap_bottom {
  position: relative;
	width: 1282px;
	background: url(images/bgb.jpg) no-repeat left top;	
	padding-top: 110px;
	height: 30px;
	color: #000;
}
#main {
	width: 1282px;
	height: 100%;
	min-height: 100%;
	height: auto !important;
	position: relative;
}
#td_head {
	height: 185px;
	vertical-align: top;
	text-align: left;
	position: relative;
}
#td_content {
	padding: 0px 10px 0px 5px;
	text-align: left;
}
a {
  color: rgb(255,77,23);
}
/* ------------------- bottom ------------------- */
#td_bottom {
	font-weight: bold;
	padding-top: 80px;
	height: 100px;
}
#td_bottom a {
	padding: 5px;
}
#bottom_links {
	padding: 10px;
}
#footer, #powered_by {
	padding: 5px 20px 0 20px;
	line-height: 170%;
}
#footer{
  float: left;
}
#powered_by {
  float: right;
}
#powered_by a{
  color: #000;
}

/* ------------------- bottom ------------------- */
#td_right {
  padding: 6px 0 0 0;	
}
#td_left {
	vertical-align: top;
	height: auto !important;
	padding: 50px 20px 0 60px;
}
h1, h2, h3, h4, h5, h6 {
	margin: 3px 3px;
	padding: 0;
	font-weight: normal;
	line-height: 140%;
}
h1 {
	margin:  10px 0 10px 0;
	font-size: 2.3em;
}
#h1left{
  color: rgb(117,113,76);
}
h2 {
	font-size: 1.8em;
}
h3 {
	font-size: 1.4em;
	letter-spacing: 1px;
	margin: 20px 0 20px 0;
	font-style: italic;
}
h4 {
	font-size: 1.2em;
}
h5 {
	font-size: 1em;
}
h6 {
	font-size: 0.8em;
}
a:link {
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
}
a:hover {
	text-decoration: underline;
}
p {
	line-height: 22px;
}
.sub_links {
	font-size: 18px;
	font-style: italic;
	font-family: myriad Pro;
	padding-bottom: 5px;
}
.sub_links a {
  color:#000;
  text-decoration: none;
}
.sub_links a:hover {
  text-decoration: underline;
}
/* --------------- DIVs BEGIN --------------- */
#div_content {
  padding: 58px 30px 300px 0;
	font-size: 1.1em;
}
#div_languages {
  position: absolute;
  top: 193px;
	right: 15px;
}
#div_languages a {
  margin: 0 0 0 5px;
}
DIV.div_html, DIV.div_html p {
	line-height: 180%;
}
DIV.div_html p {
  padding: 0 0 5px 0;
}
DIV.div_html ul,DIV.div_html ol{
	margin-left: 20px;
	padding-left: 20px;
}
#homelink {
	display: block;
	position: absolute;
	top: 10px;
	left: 40px;
	width: 280px;
	height: 150px;
}
/* --------------- DIVs END --------------- */
/* --------------- Admin BEGIN --------------- */
#div_admin {
	position: fixed;
	width: 100%;
	color: #fff;
	padding-top: 4px;
	height: 20px;
	background: url(images/admin_bg.gif) repeat-x;
	z-index: 10;
}
#div_admin #admin_title {
	float: left;
	font-weight: bold;
	padding-left: 5px;
}
#div_admin .admin_button {
  display: block;
	float: right;
	font-weight: bold;
	margin-right: 50px;
	padding: 0px 10px 0px 10px;
	color: #fff;
	text-decoration: none;	
	cursor: pointer;
}
#div_admin .admin_button:hover {
	text-decoration: underline;
}
/* --------------- Admin END --------------- */
DIV.logon_user {
	color: #fff;
	padding-bottom: 10px;
	height: 10px;
	float: right;
}
DIV.logon_user a {
	color: #fff;
}
/* Styles for items that are shown with dir_item() function */
li.admin_tab {
	float: right;
	text-align: center;
}
/*------------------------------- Side menu (begin)  ----------------------------*/
.cats {
	margin: 10px 0 30px 0px;
	text-align: left;
	list-style: none;
	background-color: #fff;
	padding: 10px 0;
	border-radius: 10px;	
	-moz-border-radius: 10px;
}
.cats li {
	padding: 7px 0;
	background: transparent url(images/5.gif) no-repeat scroll 0px 10px;
	border-bottom: 1px rgb(180,180,180) dotted;
}
.cats a {
	padding-left: 15px;
	font-size: 12px;
	font-family: trebuchet MS;
	color: #000;
	text-decoration: none !important;
}
.cats li.selected{
  background-color: rgb(168,120,80);
}
.cats .selected a{
  color: #fff;
}
.cats a:hover {
	text-decoration: underline !important;
}
.cats ul .sub {
	margin: 7px 0;
	padding: 0;
	list-style-type: none;
	list-style-image: none;
  background-color: #fff;
	border-bottom: none;	
}
.cats ul .sub a {
	padding: 0 0 0 15px;
  color: #000;	
	margin: 0px;
	font-size: 11px;
	font-style: normal;
}
.cats ul .sub a b {
}
/*------------------------------- Side menu (end)  -------------------------------*/
TABLE.tbl {
	width: 100%;
}
/* ----------------------------- TA Menu styles ------------------------------- */
#glossymenu ul {
	list-style-type: none;
}
#glossymenu ul li {
	display: block;
	float:left;
	margin: 0 1px;
}
#glossymenu ul li a {
	display: block;
	font-size: 1.1em;
	font-weight: bold;
	font-family: trebuchet MS;
	color: #fff;
	text-decoration: none;
	padding: 0 20px;
	line-height: 27px;
	text-align: center;
	cursor: pointer;
}
#glossymenu ul li a span {
	padding: 0px;
	float: left;
}
#glossymenu ul li a:hover, #glossymenu ul li a.current:hover, #glossymenu ul li a.current {
  text-decoration: underline;
}

/*---------------------------------------------------------------------------*/

#veikala_menu ul {
	list-style-type: none;
	position: absolute;
	top: 228px;
	left: 40px;
}
#veikala_menu ul li {
	display: block;
	float:left;
	margin: 0 1px;
}
#veikala_menu ul li a {
	display: block;
	font-size: 1.2em;
	font-weight: bold;
	font-family: trebuchet MS;
	color: #000;
	text-decoration: none;
	padding: 0 25px 0 25px;
	line-height: 27px;
	text-align: center;
	cursor: pointer;
}
#veikala_menu ul li a span {
	padding: 0px;
	float: left;
}
#veikala_menu ul li a:hover, #veikala_menu ul li a.current:hover, #veikala_menu ul li a.current {
  text-decoration: underline;
}



/*------------------------------- Pages (end)  ----------------------------------*/
.pages {
	padding: 15px 0 15px 0;
	text-align: center;
}
.page {
	background-color: rgb(255,255,255);
	font-size: 14px;
	font-weight: bold;
	padding-top: 1px;
	padding-bottom: 2px;
	padding-right: 4px;
	padding-left: 4px;
	margin: 2px;
	margin-top: 10px;
}
.page:hover {
	background-color: rgb(187,204,238);
	color: rgb(ff,ff,ff);
}
.active_page {
	border: 1px solid rgb(187,204,238);
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 4px;
	padding-left: 4px;
	margin: 2px;
	font-weight: bold;
	background-color: rgb(187,204,238);
}
.div_sort {
	padding-top: 10px;
	padding-bottom: 10px;
}
/*------------------------------- Pages (end)  ----------------------------------*/
.image {
	margin: 10px;
}
/*------------------------------- SHOP  ----------------------------------*/
.buy_item {
	width: 285px !important;
	height: 300px !important;
	float: left;
	text-align: center;
	margin: 8px;
	border: 1px rgb(180,180,180) solid;
	-moz-border-radius: 15px;
	border-radius: 15px;	
}
.buy_item .nosaukums {
	display: table-cell;
	width: 285px;
	height: 20px;
	padding: 10px;
	text-align: center;
	vertical-align: middle;
	font-size: 14px;
	line-height: 14px;
	font-weight: bold;
}
.buy_item .nosaukums a {
	color: rgb(5,69,69);
	text-decoration: none;
}
.buy_item .brand {
	text-align: center;
	font-size: 10px;
	padding: 3px 0 0 0;
}
.buy_item .price_box {
}
.buy_item .price_box .num {
	display: inline;
	margin: 0 5px 0 10px;
	color: rgb(115,115,115);
	font-size: 15px;
	font-weight: bold;
	font-style: italic;
	font-family: myriad Pro;
	text-align: right;
}
.buy_item .count {
}
#buy_item_desc {
	margin: 0px;
	font-size: 12px;
	width: 270px;
}
#buy_item_desc .title {
	font-size: 22px;
	color: rgb(5,69,69);
}
#buy_item_desc .price_num {
	float: left;
	width: 75px;
	font-size: 18px;
	font-weight: bold;
  color: rgb(115,115,115);
	font-family: myriad Pro;
}
.quest_success {
	color: #006600;
	margin-top: 50;
	margin-bottom: 50;
	font-weight: bold;
	text-align: center;
}
.jautajums input, .jautajums textarea {
	font-family: Tahoma, Lucida Grande, Helvetica;
	font-size: 12px;
}
.folder_title {
	background: url(images/folder.jpg) no-repeat center top;
	padding: 8px 15px 0 15px;
}
.folder_title a {
  text-align: center;
  font-size: 18px;
	text-decoration: none;
	color: rgb(5,69,69);
}
.folder_title a:hover {
	text-decoration: underline;
}
.basket_item {
	font-size: 11px;
}
.basket_item .delete {
	cursor: hand;
	margin: 2px;
	float: left;
	padding-top: 20px;
	width: 15px;
	height: 50px;
	vertical-align: middle;
}
.basket_item .basket_img {
	margin: 5px;
	float: left;
	height: 50px;
}
.basket_item .basket_price {
	margin: 5px;
	float: right;
	height: 30px;
	text-align: right;
}
.basket_item .basket_price .num {
	color: #000;
	font-weight: bold;
	padding-right: 0px;
}
#tbl_order td {
	font-size: 12px;
	vertical-align: middle;
}
#tbl_order .title {
	text-align: right;
	width: 100px;
	color: #000;
	font-weight: bold;
}
#tbl_order .d1 {
	text-align: right;
	color: rgb(108,130,63);
	font-weight: bold;
}
.title {
}
.seo_title {
	margin: 30px 0 30px 0;
}
.seo_title .title {
	margin: 5px 0;
	font-weight: bold;
}
.seo_title .description {
	margin: 5px 0;
	font-style: italic;
}
.seo_title input {
	margin-top: 5px;
	width: 477px;
}
.kontaktforma {
	font-size: 0.8em;
	font-weight: bold;
	color: #000;
}
.warning {
	color: red;
	font-weight: bold;
	font-size: small;
	padding-bottom: 5px;
	text-align: center;
}
.search {
	margin: 0 0 20px 10px;
	font-style: italic;
}
.search .title {
	display: block;
	color: rgb(61,161,210);
	margin: 10px 0 5px -10px;
	font-size: 1.7em;
	font-family: georgia;
	font-style: italic;
	text-decoration: none;
}
.search a:hover {
	text-decoration: underline;
}
.search .result, .search_result {
	background-color: yellow;
	font-weight: bold;
}
#links a {
	margin-right: 15px;
}
.item_desc {
	margin: 30px 30px 0 0;
	line-height: 150%
}
.akcija {
	background: url(images/akcija.png) no-repeat;
	width: 48px;
	height: 48px;
	position: absolute;
	margin-left: 45px;
}
.jaunums {
	background: url(images/jaunums.png) no-repeat;
	width: 48px;
	height: 48px;
	position: absolute;
	margin-left: 45px;
}
/* Cool DHTML Tooltip */
#dhtmltooltip {
	position: absolute;
	left: -300px;
	width: 150px;
	border: 1px solid black;
	padding: 10px;
	background-color: lightyellow;
	visibility: hidden;
	z-index: 100;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
	filter: progid: DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}
#dhtmlpointer {
	position: absolute;
	left: -300px;
	z-index: 101;
	visibility: hidden;
}
.galerija{
  width: 280px;
  height: 280px;
  margin: 20px;
  float: left;
  text-align: center;
  font-size: 12px;
}
.galerija img{
  border: 5px rgb(221,221,221) solid;
  width: 270px;
  margin: 0 0 10px 0;
}
#counters{
  position: absolute;
  top: 20px;
  left: 20px;
}

