/* project: internet music template
   author: luka cvrk (www.solucija.com) */

   
/* default styles
   -------------- */
  
body { 
	padding: 0; 
	margin: 0; 
	font: 0.74em Tahoma, Verdana, Arial; 
	line-height: 1.5em;
	background: #fff; 
	color: #454545; 
	font-size:small;
}

.smaller
{
    height: 120px;
    width: 90px;   
}

.smallerLogo
{
    height: 10%;
    width: 10%;   
}

.outSideBorder
{
    border-bottom: solid 1px gray;
    border-right: solid 1px gray;
    border-left: solid 1px gray;
    border-top: solid 1px gray;
}

.darkGreyBack 
{
    background-image: url(images/ds.jpg);
    background-repeat: repeat-x repeat-y;    
}

.gcBG
{
    background-image: url(images/giftCardSample.jpg);
    background-repeat: no-repeat;    
    background-position: center;
}

.gcText
{
    font-family: Tahoma, Verdana, Arial;
    font-size:medium;
    color: White;
    text-align:right;
    margin-right: 40px;
    font-weight:bolder;   
}

table.overseas
{
    border: solid 1px black;
    border-collapse: collapse;
    border-style: outset;
}

table.overseas td
{
    
    border: solid 1px black;
    border-style: inset;
    -moz-border-radius: ;
}

table.gc
{
    border: solid 1px black;
    border-collapse: collapse;
    border-style: outset;
}

table.gc td
{
    background-image: url(images/gs.jpg);
    background-repeat:repeat-y;
    border: solid 1px black;
    border-style: inset;
    -moz-border-radius: ;
}

.right
{
    margin-left:auto;
    margin-right:6px;
}

p
{
    font-family: Tahoma, Verdana, Arial;
    font-size: small;
    color: Black;
}

li
{
    font-family: Tahoma, Verdana, Arial;
    font-size: small;
    color: Black;
}

.headerBan
{
    background-image: url(images/gs.jpg);
    font-family: Tahoma, Verdana, Arial;
    font-size:medium;
    font-weight:bolder;
    color: Black;
    height: 30px;
}

.alternate
{
    background-image: url(images/gs2.jpg);
}

img
{  
    border-style: none;
}

.lightGreyBack
{
    background-image: url(images/gs2.jpg);
    background-repeat: repeat-x repeat-y;
}



.footer
{
    font-family: Tahoma, Verdana, Arial;
    font-size:x-small;
    text-align: center;
}

.terms
{
    font-family: Tahoma, Verdana, Arial;
    font-size:small;
    text-align: center;
}

.copyright
{
    font-family: Tahoma, Verdana, Arial;
    font-size:small;
    text-align: center;
}

.thumbs 
{
    font-family: Tahoma, Verdana, Arial;
    font-size: small;
    text-align:center;
}

A:link {font-family: Tahoma, Verdana, Arial; font-size: small; border: none;color:Black;text-decoration:none;}
A:visited {font-family: Tahoma, Verdana, Arial; font-size: small; border: none;color:Black;text-decoration:none;}
A:active {font-family: Tahoma, Verdana, Arial; font-size: small;  border: none; color:Black; text-decoration:none;}
A:hover {text-decoration: underline; color: black;}
