/******************************************************************************
 * 
 * 
 * CSS Document
 * 
 * 
 */

/******************************************************************************
 * images
 */

/* This tag makes sure that no images will by default have borders.*/
img {border:none;}

/******************************************************************************
 * form objects
 */

/* This tag sets the look of text represented inside any input-tag and thereby 
the hieght of the element that contains the text (i.e. text fields, password 
fields, check boxes, radio buttons, file fields, image fields, hidden fields and 
buttons).
input {font-family:verdana, sans-serif;font-size:10px;color:#333333}

/* This tag sets the look of text represented inside any select-tag and thereby 
the hieght of the element that contains the text (combo box or select box ).
select {font-family:verdana, sans-serif;font-size:10px;color:#333333}

/* This tag sets the look of text represented inside text areas and thereby 
the size of the text area that contains the text.
textArea {font-family:verdana, sans-serif;font-size:10px;color:#333333}

/******************************************************************************
 * lists
 */
 
 /* This tag sets the left indent of unordered lists.
 
ul {margin-left:20px}

/******************************************************************************
 * text
 */
 
/* This tag sets the look of first heading .*/
h1 {font-family:arial, verdana, sans-serif;font-size:24px;font-weight:normal}

/* This tag sets the look of second heading .*/
h2 {font-family:arial, verdana, sans-serif;font-size:13px;color:#000000}
 
/* This tag sets the look of logotype additional text. */
.logotyp_text {font-family:arial, verdana, sans-serif;font-size:14px;text-decoration:none;font-weight:bold;color:#000000}

/* This tag sets the look of bold information text. */
.bold_information_text {font-family:verdana, arial, sans-serif;font-size:11px;text-decoration:none;font-weight:bold;color:#5B5B5B}

/* This tag sets the look of normal information text. */
.normal_information_text {font-family:verdana, arial, sans-serif;font-size:11px;text-decoration:none;font-weight:normal;color:#7B7B7B}

/* This tag sets the look of red price indicator text. */
.red_price_indicator {font-family:verdana, arial, sans-serif;font-size:11px;text-decoration:none;font-weight:bold;color:#B60909}

/* This tag sets the look of big helt text. */
.big_helptext {font-family:verdana, arial, sans-serif;font-size:11px;text-decoration:none;font-weight:bold;color:#000000}

/* This tag sets the look of big red price indicator text. */
.red_price_indicator_big {font-family:verdana, arial, sans-serif;font-size:18px;text-decoration:none;font-weight:bold;color:#B60909}

/* This tag sets the look of testimonial quotes in product information pages. */
.underpage_quote {font-family:arial, verdana, sans-serif;font-size:14px;text-decoration:none;font-weight:bold;font-style:italic;color:#7B7B7B}

/* This gouverns the look of disabled text links. */
.disabled_link {font-family:ariel, verdana, sans-serif;font-size:11px;text-decoration:underline;font-weight:normal;color:#BDBDFF}

/* This gouverns the look of disabled testimonial links. */
.disabled_testimonial {font-family:verdana, arial, sans-serif;font-size:10px;font-weight:bold;text-decoration:underline;color:#BDBDFF}


/******************************************************************************
 * links
 */

/* This tag sets the look of elements inside anchor tags.*/
a {border:none}
a:hover {border:none}
a:active {border:none}
a:visited {border:none}

/* This tag sets the look of elements inside anchor tags with class="top_page_links". */
a.top_page_links {font-family:verdana, arial, sans-serif;font-size:11px}
a:hover.top_page_links {font-family:verdana, arial, sans-serif;font-size:11px}

/* This tag sets the look of links to testimonials page". */
a.testimonials {font-family:verdana, arial, sans-serif;font-size:10px;font-weight:bold}
a:hover.testimonials {font-family:verdana, arial, sans-serif;font-size:10px;font-weight:bold}

/******************************************************************************
 * cells
 */

/* This tag gouverns the placement of elements iside the cell with class="adresscell".
td.adresscell {padding-top:18px;padding-bottom:18px;padding-left:13px;padding-right:13px}

/* This tag gouverns the placement of elements iside the cell with class="paddingcell".
td.paddingcell {padding-top:0px;padding-bottom:18px;padding-left:13px;padding-right:13px}

/* This tag gouverns the placement of elements iside the cell with class="paddingcell_no_botto".
td.paddingcell_no_bottom {padding-top:0px;padding-bottom:0px;padding-left:13px;padding-right:13px}

/* This tag gouverns the placement of elements iside the cell with class="paddingcell_no_botto".
td.toppaddingcell {padding-top:20px;}*/

/* This tag gouverns all text placed inside cells.*/
td {font-family:ariel, verdana, sans-serif;font-size:11px;text-decoration:none;font-weight:normal}

/* This tag gouverns the placement and looks of elements iside the left column of the screen.*/
td.leftcell {font-family:Verdana, sans-serif;font-size:11px;text-decoration:none;font-weight:bold;color:#000000}

/* This tag gouverns the information table headings.*/
td.information_table_heading {font-family:Verdana, sans-serif;font-size:11px;text-decoration:none;font-weight:bold;color:#000000;background-color:#DDDADA;padding-left:8px;padding-right:8px;height:18px}

/* This tag gouverns the information table cells.*/
td.information_table_cell {font-family:Verdana, sans-serif;font-size:10px;text-decoration:none;color:#000000;background-color:#ffffff;padding-left:8px;padding-right:8px;height:18px}

/* This tag gouverns the information table cells.*/
td.light_grey_line {background-color:#DDDADA;height:1px}

/* This tag sets the look of sellers names in the selection page. */
.red_cd_dvd_seller_name {font-family:verdana, arial, sans-serif;font-size:14px;text-decoration:none;font-weight:bold;color:#B60909;padding-bottom:2px}

/******************************************************************************
 * tables
 */
 
 /* This tag sets the width of tables with class="adresstable".
table.adresstable {width:157px;}

 /* This tag sets the width of tables with class="tredelad_sida".
table.tredelad_sida {width:230px;} */

 /* This tag sets the width of tables with class="tredelad_sida". */
table.information_table {background-color:#DDDADA}
