﻿ul.tabs
{
	font-size: 0;
	margin: 0;
	list-style-type: none;
	text-align: center; /*set to left, center, or right to align the tabs as desired*/
	border: 0px solid #25A0DA;
	border-bottom: none;
    background: ;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 0px;
}
        
ul.tabs li
{
	position:relative;
    display: block;
	float:left;
    margin-right:0px; /*distance between tabs*/
}
        
ul.tabs li a
{
	text-decoration: none;
	position: relative;
	z-index: 1;
	padding: 8px 20px;
	border: 0px solid #F00;
	border-right: none;
	color: #000;
    background:	;
	outline: none;
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
} 

        
ul.tabs li a:visited
{
    color: #000;
}
        
ul.tabs li a:hover
{
    text-decoration: none;
    color: #15c;
}
        
ul.tabs li.selected a
{
    /*selected tab style */
    position: relative;
    top: 0px;
    font-weight:bold;
    background: #F00;
    color:White;
}
        
        
ul.tabs li.selected a:hover
{
    /*selected tab style */
    text-decoration: none;
}
        
div.tabcontent
{
    display: block;
}

div.tabcontents
{
    border: 0px solid #25A0DA;
    border-top: 6px solid #F00;
    padding-left: 20px;
	padding-top: 20px;
}


/*-------------- Weddings tabbedcontent css --------------*/


ul.weddingstabs
{
    padding: 8px 0;
    font-size: 0;
    margin:0;
    list-style-type: none;
    text-align: center; /*set to left, center, or right to align the tabs as desired*/
    border:0px solid #25A0DA;
    border-bottom:none;
    background: ;
}
        
ul.weddingstabs li
{
	position:relative;
    display: block;
	float:left;
    margin-right:0px; /*distance between tabs*/
}
        
ul.weddingstabs li a
{
    font: normal 12px Verdana;
    text-decoration: none;
    position: relative;
    z-index: 1;
    padding: 8px 20px;
    border: 0px solid #F00;
    border-right:none;
    color: #000;
    background:	;
    outline:none;
} 

        
ul.weddingstabs li a:visited
{
    color: #000;
}
        
ul.weddingstabs li a:hover
{
    text-decoration: none;
    color: #15c;
}

        
ul.weddingstabs li.selected a
{
    /*selected tab style */
    position: relative;
    top: 0px;
    font-weight:bold;
    background: #ee4d9b;
    color:White;
}
        
ul.weddingstabs li.selected a:hover
{
    /*selected tab style */
    text-decoration: none;
}




div.weddingstabcontents
{
    border-top: 6px solid #ee4d9b;
    padding-left: 20px;
	padding-top: 20px;
}
