﻿/*
	project: internet broadcast template
	author: luka cvrk (www.solucija.com) 	
*/

/* default styles */
body
{
  padding: 5px 0 0 0;
  margin: 0;
  font: .7em Tahoma, Arial, sans-serif;
  line-height: 1.7em;
  background: #fff url(images/bg.gif) repeat-x;
  color: #454545;
}
a
{
  color: #2F637A;
  /* background: inherit; */
}
a:hover
{
  color: #808080;
  /* background: inherit; */
}
h1
{
  font: bold 2.2em Arial, Sans-Serif;
  padding: 8px 0 0 0;
  margin: 0;
  letter-spacing: -1px;
}
h2
{
  margin: 0;
  padding: 0;
  font: bold 1.8em Arial, Sans-Serif;
  letter-spacing: -1px;
}
h3
{
  margin: 10px 0px 5px 0px;
  padding: 0;
  font: bold 1.2em Arial, Sans-Serif;
  letter-spacing: -1px;
}
h1 a, h2 a, h3 a
{
  color: #000;
  background: inherit;
  text-decoration: none;
}
ul
{
  margin: 0;
  padding: 0;
  list-style: none;
}
.ulsquare
{
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 5px;
  padding-left: 10px;
  padding-right: 10px;
  list-style: square;
}
.ulcircle
{
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 5px;
  padding-left: 10px;
  padding-right: 10px;
  list-style: circle;
}
img
{
  border: 0;
}
table
{
  width: 100%;
}

.maskedtextbox
{
  color: #BBB;
}
pre
{
  font-family: Courier New, Courier, fixed, monospace;
  font-size: 1em;
  background: #fff;
  color: #000;
  border-top: 1px dotted #ccc;
  border-bottom: 1px dotted #ccc;
  padding: 15px;
  margin: 15px 0 15px 0;
}

/* layout */
#content
{
  margin: 10px auto;
  width: 960px;
}
#logo
{
  margin: 0 0 10px 0;
}
#slogan
{
  font-size: 0.9em;
  margin: 0 0 10px 2px;
  padding: 0;
  color: #808080;
  background: #fff;
}
#top_info
{
  line-height: 27px;
  float: right;
  color: #808080;
  background: #fff;
  margin: 12px 5px 7px 0;
  text-align: right;
  height: 74px;
  width: 310px;
}
#logindiv
{
    width: 500px;
}

/* round blue login button */
#loginbutton a
{
  text-decoration: none;
  width: 24px;
  padding: 7px 12px;
  margin: 0 0 0 8px;
  height: 28px;
  background: #fff url(images/lb.gif) no-repeat;
  color: #000;
}
#loginbutton a:hover
{
  background: #fff url(images/lbhover.gif) no-repeat;
  color: #000;
}

/* main horizontal menu */
#tablist
{
  padding: 3px 0;
  margin: 0;
  float: left;
}
#tablist li
{
  list-style: none;
  display: inline;
  margin: 0;
}
#tablist li a
{
  text-decoration: none;
  padding: 4px 22px;
  margin-right: 2px;
  background: #808080 url(images/corner.gif) no-repeat top right;
  font-weight: bold;
  color: #fff;
}
#tablist li a:hover
{
  background: #6495AB url(images/corner.gif) no-repeat top right;
  color: #fff;
}
#tablist li a.current
{
  background: #9FC7D8 url(images/corner.gif) no-repeat top right;
  color: #2F637A;
  padding: 6px 22px;
}
#tablist .key
{
  text-decoration: underline;
}

/* main menu topics */
#topics
{
  clear: left;
  float: left;
  width: 640px;
  background: #B0D0DC url(images/topicsbg.gif) repeat-x left bottom;
  padding: 8px 5px;
  margin: 0 0 5px 0;
  color: #fff;
  height: 59px;
}
#topics li a
{
  background-image: url(images/bullet.gif);
  background-repeat: no-repeat;
  background-position: center left;
  padding: 0 0 0 12px;
}

/* main menu search */
#search
{
  float: right;
  text-align: right;
  background: #fff url(images/searchbg.gif) no-repeat;
  color: #000;
  padding: 32px 20px 12px 20px;
  min-height: 32px; /* FF height */
  height: 25px; /* IE height */
  width: 270px;
}
/* search form styling */
form, form p
{
  margin: 0;
  padding: 0 0 12px 0;
  line-height: 20px;
}

.search
{
  width: 170px;
  border: 1px solid #357994;
  background: #fff;
  color: #333333;
  padding: 4px;
  margin: 0;
  font-weight: bold;
  font-size: 1.3em;
}
.button
{
  padding: 4px;
  font: bold 1em Arial, Sans-Serif;
}

.radrotator
{
  margin: 0 0 10px 0;
  padding: 8px 8px 8px 65px;
  background: #f4f4f4 url(images/newsticker_bg.jpg) repeat-x;
  border-bottom: 1px solid #ccc;
}

.radrotatoritem
{
  font-size: 1.0em;
  line-height: 16px;
  color: #999;
}

.herobannerrotator
{
    margin: 0 0 10px 0;
    padding: 10px;
    border: dotted 1px #ccc;
}

.herobanneritem
{
}

/* left side */
#left
{
  float: left;
  width: 635px;
  margin: 0 0 10px 0;
}
.subheader
{
  margin: 0 0 10px 0;
  padding: 8px;
  background: #f4f4f4 url(images/bgshade.gif) repeat-x;
  border-bottom: 1px solid #ccc;
  font: bold 1.10em Arial, Sans-Serif;
}

.subheader h5
{
  font: bold 1.25em Arial, Sans-Serif;
  font-weight: bold;
  letter-spacing: -0.5px;
  margin: 0 0 0 0;
}

.left_articles
{
  margin: 0px 0 10px 0;
  background: #fff url(images/bgshade.gif) repeat-x;
  color: #454545;
  padding: 15px 15px 5px 10px;
}
.left_articles_body
{
  margin: 0px 0 10px 0;
  color: #454545;
  padding: 0 15px 5px 10px;
}
.smalltext
{
  font: .9em Tahoma, Arial, sans-serif;
  line-height: 1.5em;
  color: #454545;
}
.date
{
  font-size: .9em;
  padding: 0 0 0 12px;
  background: url(images/news.gif) no-repeat center left;
  color: #808080;
}
.caption
{
  font-size: .9em;
  padding: 0 0 0 12px;
  background: url(images/news.gif) no-repeat center left;
  color: #808080;
}
.bigimage
{
  float: left;
  clear: left;
  border: 1px solid #ccc;
  background: #eee;
  color: #000;
  width: 200px;
  height: 150px;
  margin: 0 15px 10px 0;
}
.left_dotted
{
  border-top: 1px dotted #ccc;
  border-bottom: 1px dotted #ccc;
  padding: 15px;
  margin: 0 0 10px 0;
  color: #454545;
  background: #ffffff;
}
.left_note
{
  border-top: 1px dotted #ccc;
  border-bottom: 1px dotted #ccc;
  padding: 15px 15px 15px 80px;
  margin: 0 0 10px 0;
  color: #454545;
  background: #fff url(images/notes.gif) no-repeat center left;
}
.left_comment
{
  border-top: 1px dotted #ccc;
  padding: 15px 0 15px 0;
  margin: 0 0 10px 0;
  color: #454545;
}
.left_box
{
  background: #f4f4f4;
  color: #808080;
  border-top: 1px dotted #ccc;
  border-bottom: 1px dotted #ccc;
  padding: 15px;
  margin: 0 0 15px 0;
}

.left_box h5
{
  color: #333333;
  font: bold 1.25em Arial, Sans-Serif;
  font-weight: bold;
  letter-spacing: -0.5px;
  margin: 5px 0 10px 0;
}
.left_box h5 a
{
  color: #000;
  background: inherit;
  text-decoration: none;
}
.left_box h5 a:hover
{
  color: #808080;
}

.left_code
{
  font-family: Courier New, Courier, fixed, monospace;
  font-size: 1.2em;
  background: #fff;
  color: #000;
  border-top: 1px dotted #ccc;
  border-bottom: 1px dotted #ccc;
  padding: 15px;
  margin: 15px 0 15px 0;
}
.thirds
{
  float: left;
  width: 186px;
  padding: 0 10px 0 15px;
}
.half
{
  float: left;
  width: 310px;
  padding: 5px 7px 5px 0;
}

.productpage_desc
{
  float: left;
  width: 440px;
  padding: 5px 7px 5px 0;
}
.productpage_image
{
  float: left;
  width: 180px;
  padding: 5px 7px 5px 0;
}
.thumb
{
  border: solid 1px #FFFFFF;
}

.thumb:hover
{
  border: dotted 1px #999999;
}

.clear
{
  clear: both;
}

/* right side */
#right
{
  float: right;
  width: 310px;
  margin: 0 0 10px 0;
}
.right_articles
{
  border: 1px solid #ccc;
  padding: 8px;
  margin: 0 0 10px 0;
  background: #eee;
  color: #454545;
}
.image
{
  float: left;
  margin: 0 9px 3px 0;
}
.imageright
{
  float: right;
  margin: 0 9px 3px 0;
}
.notes
{
  border-top: 1px dotted #ccc;
  border-bottom: 1px dotted #ccc;
  padding: 17px 10px 17px 80px;
  margin: 0 0 10px 0;
  background: #fff url(images/notes.gif) no-repeat center left;
  color: #454545;
}
.links
{
  border-top: 1px dotted #ccc;
  border-bottom: 1px dotted #ccc;
  padding: 17px 10px 17px 80px;
  margin: 0 0 10px 0;
  background: #fff url(images/links.jpg) no-repeat center left;
  color: #454545;
}
.documents
{
  border-top: 1px dotted #ccc;
  border-bottom: 1px dotted #ccc;
  padding: 17px 10px 17px 80px;
  margin: 0 0 10px 0;
  background: #fff url(images/documents.jpg) no-repeat center left;
  color: #454545;
}
.minicart
{
  border-bottom: 1px dotted #ccc;
  padding: 17px 10px 17px 10px;
  margin: 0 0 10px 0;
  background: #fff url(images/bgshade.gif) repeat-x;
  color: #454545;
}
.minicart h2
{
  margin: 0;
  padding: 0 0 10px 0;
  font: bold 1.3em Arial, Sans-Serif;
  letter-spacing: -1px;
}
.geekspeak
{
  border-top: 1px dotted #ccc;
  border-bottom: 1px dotted #ccc;
  padding: 17px 10px 17px 80px;
  margin: 0 0 10px 0;
  background: #fff url(images/geekspeak.jpg) no-repeat center left;
  color: #454545;
  font-weight: bold;
}
/* footer */
#footer
{
  clear: both;
  color: #808080;
  background: #FFF;
  padding: 10px 15px;
  border-top: 1px solid #ccc;
}
#footer .right
{
  float: right;
}

/* Store */
.productthumb
{
  margin: 0 0 10px 0;
  background: #f4f4f4 url(images/bgshade_long.gif) repeat-x;
  padding: 0 2px 0 2px;
  float: left;
  width: 154px;
}

.productthumb h2
{
  font: bold 1.3em Arial, Sans-Serif;
  letter-spacing: -0.5px;
  padding: 5px 0 5px 0;
  height: 40px;
}

.productthumb_price
{
  color: #CC3333;
  font: bold 1.10em Arial, Sans-Serif;
  letter-spacing: -0.5px;
}

.productthumb_addtocart
{
  color: #478F36;
  font-weight: bold;
  font-size: 1.3em;
}

.productListItem
{
  margin: 0 0 10px 0;
  padding: 7px 7px 7px 0;
  height: 150px;
}

.productListItem_Thumb
{
  float: left;
  width: 155px;
  height: 100%;
  padding-top: 3px;
}

.productListItem_Content
{
  float: none;
  height: 100%;
  padding-left: 10px;
}

.productListItem_Content h2
{
  font: bold 1.3em Arial, Sans-Serif;
  letter-spacing: -0.5px;
  padding: 5px 0 5px 0;
}

.productListItem_Price
{
  color: #CC3333;
  font: bold 1.25em Arial, Sans-Serif;
  letter-spacing: -0.5px;
}

.productcategory
{
  background: #f4f4f4;
  color: #808080;
  border-top: 1px dotted #ccc;
  border-bottom: 1px dotted #ccc;
  padding: 0 10px 10px 10px;
  margin: 0 0 15px 0;  
}
 
.productcategory h2
{
  font: bold 1.3em Arial, Sans-Serif;
  letter-spacing: -0.5px;
  padding: 10px 0 10px 0;
}

.productcategory_description
{
  font: 1.0em Arial, Sans-Serif;
  padding-bottom: 10px;
}

.productcategory_recentlinks
{
  height: 65px;
  background-color: White;
  padding: 5px;
  border: 1px dotted #ccc;
}

.moreLink
{
  background-image: url(images/silk/bullet_go.png);
  background-repeat: no-repeat;
  background-position: center right;
  padding: 0 20px 0 0;
  font-weight: bold;
  text-align: right;
}

.registrationLink
{
  background-image: url(images/silk/vcard_add.png);
  background-repeat: no-repeat;
  background-position: center right;
  padding: 0 20px 0 0;
  text-align: right;
}

.productUnavailable
{
  font-size: 1.1em;
  font-weight: bold;
  color: #CC0000;
}

.viewLink
{
  background-image: url(images/silk/page_white_magnify.png);
  background-repeat: no-repeat;
  background-position: center left;
  padding: 2px 0 2px 22px;
  text-align: right;
}

.OneLineProductDescription
{
  color: #666666;
  padding-left: 25px;
}

.forumSinglePost
{
  background: #fff;
  color: #000;
  border-bottom: 1px dotted #ccc;
  padding: 0;
  margin: 5px 0 5px 0;
}

dl.sf_userInfo {
  padding: 5px 10px 5px 10px;
  width: 125px;
  margin: 0px 0 10px 0;
  background: #fff url(images/bgshade.gif) repeat-x;
  color: #454545;	
}


